We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b8811 + 3031ec6 commit d1383aaCopy full SHA for d1383aa
Dockerfile
@@ -15,7 +15,7 @@ FROM ${base_image} AS task
15
RUN apt update && apt upgrade -y
16
RUN apt-get install -y wget runc
17
RUN wget https://github.com/moby/buildkit/releases/download/v0.13.1/buildkit-v0.13.1.linux-amd64.tar.gz
18
-RUN tar xvf buildkit-v0.13.1.linux-amd64.tar.gz
+RUN tar xvf buildkit-v0.13.1.linux-amd64.tar.gz -C /usr
19
COPY --from=builder /assets/task /usr/bin/
20
COPY --from=builder /assets/build /usr/bin/
21
COPY bin/setup-cgroups /usr/bin/
0 commit comments