Skip to content

Commit

Permalink
added openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
akrami committed Jul 9, 2024
1 parent a47843a commit 524ec61
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 @@ -6,7 +6,7 @@ RUN go build -o dist/dockonaut cmd/dockonaut/main.go

FROM alpine

RUN apk add --update docker docker-compose git openrc && \
RUN apk add --update docker docker-compose git openrc openssh-client && \
rc-update add docker boot

VOLUME /var/run/docker.sock
Expand Down

0 comments on commit 524ec61

Please sign in to comment.