Skip to content

Commit b8a7e7e

Browse files
committed
Reorder copys
1 parent 1f5e099 commit b8a7e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/docker/nginx-official-image/apk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ARG PACKAGE_NAME
1010
ARG CONTAINER_OS_TYPE
1111

1212
WORKDIR /agent
13-
COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1413
COPY ./ /agent
14+
COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1515

1616
RUN apk add --allow-untrusted /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1717

test/docker/nginx-official-image/deb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ARG PACKAGE_NAME
1111
ARG CONTAINER_OS_TYPE
1212

1313
WORKDIR /agent
14-
COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1514
COPY ./ /agent
15+
COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE}
1616

1717
RUN apt-get update \
1818
&& apt install --no-install-recommends --no-install-suggests --allow-downgrades -y /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} \

0 commit comments

Comments
 (0)