fix
This commit is contained in:
@@ -4,8 +4,6 @@ FROM ${DOCKER_BASEIMAGE}
|
||||
ARG DOCKER_MAINTAINER
|
||||
LABEL maintainer="${DOCKER_MAINTAINER}"
|
||||
|
||||
COPY assets/build /build
|
||||
WORKDIR /build
|
||||
RUN set -e && DEBIAN_FRONTEND=noninteractive && \
|
||||
apt-get update && \
|
||||
apt-get install -y gnupg2 wget iputils-ping curl nano ca-certificates apt-transport-https lsb-release && \
|
||||
|
||||
Reference in New Issue
Block a user