Skip to content

Commit

Permalink
Dockerfile: Fixup typo
Browse files Browse the repository at this point in the history
Creep in trying to sync containers.

Signed-off-by: Nishanth Menon <[email protected]>
  • Loading branch information
nmenon committed Apr 4, 2022
1 parent 373c667 commit 1c0cfdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ RUN export DEBIAN_FRONTEND=noninteractive;apt-get update;apt-get install -y --n
ocaml-native-compilers libpcre-ocaml-dev libparmap-ocaml-dev \
libpython3.9 libpython3.9-dev \
libgmp-dev libmpc-dev \
diffstat yamllint swig python3 python3-ruamel.yaml\
diffstat yamllint swig python3 python3-ruamel.yaml \
&&\
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Expand Down

0 comments on commit 1c0cfdd

Please sign in to comment.