add git to docker-image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2fe251c036
commit
fe1717cf05
@ -2,7 +2,7 @@ FROM alpine:latest
|
||||
|
||||
MAINTAINER Jochen Welzel
|
||||
|
||||
RUN apk update && apk upgrade && apk add bash && apk add openssh-client
|
||||
RUN apk update && apk upgrade && apk add bash && apk add openssh-client && apk add git
|
||||
|
||||
COPY scp_and_reload.sh /usr/local/bin/
|
||||
RUN chmod 755 /usr/local/bin/scp_and_reload.sh
|
||||
|
Loading…
Reference in New Issue
Block a user