Skip to content

Commit

Permalink
Fix broken vim dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clancy committed Jun 24, 2019
1 parent 8609477 commit 8d52f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcc:8

RUN apt-get update -y \
&& apt-get install -y cmake=3.7.2-1 vim=2:8.0.0197-4+deb9u1 time=1.7-25.1+b1 --no-install-recommends \
&& apt-get install -y cmake=3.7.2-1 vim=2:8.0.0197-4+deb9u1 vim-common=2:8.0.0197-4+deb9u1 vim-runtime=2:8.0.0197-4+deb9u1 time=1.7-25.1+b1 --no-install-recommends \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8d52f00

Please sign in to comment.