use copy instead of add

This commit is contained in:
Dennis Hermsmeier 2019-05-01 21:27:51 +02:00
parent 6d3bc04c4b
commit ccd4f0399e

View File

@ -8,7 +8,7 @@ ENV OPENSSH_VERSION=${OPENSSH_VERSION} \
ROOT_PASSWORD=root \
KEYPAIR_LOGIN=false
ADD entrypoint.sh /
COPY entrypoint.sh /
RUN apk add --upgrade --no-cache openssh=${OPENSSH_VERSION} \
&& chmod +x /entrypoint.sh \
&& mkdir -p /root/.ssh \