Neglected to install buildx inside container

This commit is contained in:
Jordy Schreuders
2023-03-10 18:13:32 +02:00
parent 3026a92c98
commit 439b681308

View File

@@ -1,6 +1,9 @@
# Use the official Ruby 3.2.0 Alpine image as the base image
FROM ruby:3.2.0-alpine
# Install docker/buildx-bin
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx
# Set the working directory to /mrsk
WORKDIR /mrsk