Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxtopher committed Feb 9, 2024
1 parent f8b6873 commit 27a9243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:latest
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# hadolint ignore=DL3018
RUN apk add --no-cache openssh ca-certificates sudo vim \
RUN apk add --no-cache openssh ca-certificates sudo vim tmux \
&& addgroup -S user && adduser -S user -G user -s /bin/ash \
&& echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \
&& echo "user:password" | chpasswd \
Expand Down

0 comments on commit 27a9243

Please sign in to comment.