From 97be430cae09f703313f6fdae07a192be33a9420 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Wed, 14 Dec 2022 14:57:57 +0700 Subject: [PATCH] fix --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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 && \