Skip to content

Commit

Permalink
Install ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Oct 5, 2024
1 parent 6bd4e0c commit 5feb5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV VIRTUAL_ENV=/app/.venv \

# Dependencies
RUN apt-get update && \
apt-get -y install default-libmysqlclient-dev git && \
apt-get -y install default-libmysqlclient-dev git openssh-client && \
# cleaning up unused files
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 5feb5e7

Please sign in to comment.