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 b49ec56
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 @@ -7,7 +7,7 @@ RUN go build -o dist/dockonaut cmd/dockonaut/main.go
FROM alpine

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

VOLUME /var/run/docker.sock

Expand Down

0 comments on commit b49ec56

Please sign in to comment.