diff --git a/Dockerfile b/Dockerfile index cd3e8bd..7a38294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \