Skip to content

Commit

Permalink
Install buildx in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 13, 2023
1 parent e1fe4e6 commit 9f98d89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ RUN \
rm -rf /var/lib/apt/lists/*
RUN gem install jwt

# Docker
COPY --from=builder /usr/bin/docker /bin/docker
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx
RUN docker buildx version

COPY --from=builder /root/.local/bin/promote /bin/restyled-promote
COPY --from=builder /root/.local/bin/restylers /bin/restyled-restylers
COPY files/ /
Expand Down

0 comments on commit 9f98d89

Please sign in to comment.