Skip to content

Commit 4263cb1

Browse files
authored
fixes a typo in the ubuntu dockerfiles (#1327)
1 parent ef6afa4 commit 4263cb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/ubuntu/bionic/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM ocaml/opam2:ubuntu-18.04
22

33
WORKDIR /home/opam
44

5-
RUN sudo add-apt-repository ppa:ivg/ghidra -y
6-
&& sudo apt-get install libghidra-dev -y
7-
&& sudo apt-get install libghidra-data -y
5+
RUN sudo add-apt-repository ppa:ivg/ghidra -y \
6+
&& sudo apt-get install libghidra-dev -y \
7+
&& sudo apt-get install libghidra-data -y \
88
&& sudo apt-get update \
99
&& opam switch 4.09 \
1010
&& eval "$(opam env)" \

0 commit comments

Comments
 (0)