Skip to content

Commit

Permalink
fix: fix arch dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Aug 26, 2024
1 parent 55d2be4 commit 8696afd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerfiles/Dockerfile.archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN echo '%sudo ALL=(ALL:ALL) ALL' > /etc/sudoers
RUN useradd archlinux
RUN usermod -aG sudo archlinux

RUN mkdir /run/sshd
RUN ssh-keygen -A

EXPOSE 22
Expand Down

0 comments on commit 8696afd

Please sign in to comment.