Skip to content

Commit

Permalink
fix: missing Docker buildx plugin
Browse files Browse the repository at this point in the history
Fixes #359

Signed-off-by: DevMiner <[email protected]>
  • Loading branch information
TheDevMinerTV committed Aug 24, 2023
1 parent 38b75e9 commit 1787431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt update; \

RUN apt update && apt install -y --no-install-recommends \
docker-ce \
docker-buildx-plugin \
jq \
ca-certificates \
xz-utils \
Expand Down

0 comments on commit 1787431

Please sign in to comment.