Skip to content

Commit

Permalink
chore: Update Dockerfile to install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 31, 2024
1 parent 86474d9 commit 3cd1d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update
RUN apt-get install postgresql-client-$POSTGRES_VERSION -y

# Coolify requirements
RUN apt-get install -y php8.2-pgsql openssh-client git git-lfs jq lsof
RUN apt-get install -y php8.2-pgsql openssh-client git git-lfs jq lsof vim
RUN apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

COPY docker/prod/nginx.conf /etc/nginx/conf.d/custom.conf
Expand Down

0 comments on commit 3cd1d81

Please sign in to comment.