We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a7e7e commit 467b83eCopy full SHA for 467b83e
test/docker/nginx-official-image/apk/Dockerfile
@@ -10,7 +10,6 @@ ARG PACKAGE_NAME
10
ARG CONTAINER_OS_TYPE
11
12
WORKDIR /agent
13
-COPY ./ /agent
14
COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
15
16
RUN apk add --allow-untrusted /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
test/docker/nginx-official-image/deb/Dockerfile
@@ -11,7 +11,6 @@ ARG PACKAGE_NAME
17
RUN apt-get update \
0 commit comments