Skip to content

Commit

Permalink
chore: remove vim which is uneccesary for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miyoshi-Ryota committed Jul 28, 2024
1 parent c710444 commit b42dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sshd-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Warsaw

RUN apt-get update && \
apt-get install -y openssh-server==1:9.6p1-3ubuntu13.4 openssh-sftp-server==1:9.6p1-3ubuntu13.4 vim && \
apt-get install -y openssh-server==1:9.6p1-3ubuntu13.4 openssh-sftp-server==1:9.6p1-3ubuntu13.4 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b42dfeb

Please sign in to comment.