Skip to content

Commit

Permalink
fix vim install
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Nov 19, 2021
1 parent b7af4a2 commit d5fd0f2
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
Expand Up @@ -8,8 +8,8 @@ ENV appname=fence
RUN pip install --upgrade pip
RUN pip install --upgrade poetry
RUN apt-get update \
apt-get isntall -y vim \
&& apt-get install -y --no-install-recommends curl bash git \
&& apt-get install -y vim \
libmcrypt4 libmhash2 mcrypt \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/
Expand Down

0 comments on commit d5fd0f2

Please sign in to comment.