fix(docker): Fix install scp command in container
This commit is contained in:
parent
614178c124
commit
1d25b00c26
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
|
|
||||||
RUN apk upgrade --update \
|
RUN apk upgrade --update \
|
||||||
apk add --no-cache openssh \
|
&& apk add --update openssh \
|
||||||
&& rm -rf /tmp/* /usr/share/man /var/cache/apk/*
|
&& rm -rf /tmp/* /usr/share/man /var/cache/apk/*
|
||||||
|
|
||||||
COPY . /
|
COPY . /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue