Skip to content

Commit

Permalink
chore: remove ignore to enable lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Miyoshi-Ryota committed Jul 28, 2024
1 parent 70feea9 commit 55e897c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sshd-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# hadolint ignore=DL3006
RUN echo 'root:root' |chpasswd

RUN sed -ri 's/^#?PermitRootLogin\s+.*/PermitRootLogin yes/g' /etc/ssh/sshd_config
Expand Down

0 comments on commit 55e897c

Please sign in to comment.