File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/docker/nginx-official-image Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ARG PACKAGE_NAME
1010ARG CONTAINER_OS_TYPE
1111
1212WORKDIR /agent
13- COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1413COPY ./ /agent
14+ COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1515
1616RUN apk add --allow-untrusted /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1717
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG PACKAGE_NAME
1111ARG CONTAINER_OS_TYPE
1212
1313WORKDIR /agent
14- COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1514COPY ./ /agent
15+ COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1616
1717RUN apt-get update \
1818 && apt install --no-install-recommends --no-install-suggests --allow-downgrades -y /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} \
You can’t perform that action at this time.
0 commit comments