Skip to content

Commit

Permalink
Pin vim version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Feb 12, 2024
1 parent 548fa54 commit cf75fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PYTHONUNBUFFERED 1

# install psycopg2 dependencies
RUN apt-get -y update &&\
apt-get install --no-install-recommends -y gcc=4:8.3.0-1 python3-dev=3.7.3-1 vim &&\
apt-get install --no-install-recommends -y gcc=4:8.3.0-1 python3-dev=3.7.3-1 vim=2:8.1.0875-5+deb10u6 &&\
apt-get clean &&\
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit cf75fe4

Please sign in to comment.