Skip to content

Commit d1383aa

Browse files
authored
Merge pull request #4 from cloud-gov/update-path
untar to the correct path
2 parents 84b8811 + 3031ec6 commit d1383aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM ${base_image} AS task
1515
RUN apt update && apt upgrade -y
1616
RUN apt-get install -y wget runc
1717
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
18+
RUN tar xvf buildkit-v0.13.1.linux-amd64.tar.gz -C /usr
1919
COPY --from=builder /assets/task /usr/bin/
2020
COPY --from=builder /assets/build /usr/bin/
2121
COPY bin/setup-cgroups /usr/bin/

0 commit comments

Comments
 (0)