Skip to content

Commit

Permalink
#264 - add openssh to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
m13t authored and aymanbagabas committed May 5, 2023
1 parent c93630e commit dad99c8
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
@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk update && apk add --update git bash && rm -rf /var/cache/apk/*
RUN apk update && apk add --update git bash openssh && rm -rf /var/cache/apk/*

COPY soft /usr/local/bin/soft

Expand Down

0 comments on commit dad99c8

Please sign in to comment.