Skip to content

Commit 569883e

Browse files
author
P3TERX
committed
Optimize Dockerfile
1 parent fe89a35 commit 569883e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ ARG BUILDER_IMAGE=debian:testing
22

33
FROM $BUILDER_IMAGE AS builder
44

5-
ARG BUILD_SCRIPT=aria2-gnu-linux-build.sh
5+
WORKDIR /P3TERX/aria2-builder
6+
7+
COPY . .
68

7-
COPY $BUILD_SCRIPT .
9+
ARG BUILD_SCRIPT=aria2-gnu-linux-build.sh
810

911
RUN bash $BUILD_SCRIPT
1012

0 commit comments

Comments
 (0)