mirror of
https://github.com/undernightcore/dockerizalo.git
synced 2026-05-03 19:40:36 -05:00
hotfix: add buildx dependency
This commit is contained in:
+3
-1
@@ -24,7 +24,9 @@ RUN apt-get update && apt-get install -y git
|
||||
RUN curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-25.0.3.tgz | tar xz --strip-components=1 -C /usr/local/bin/ \
|
||||
&& mkdir -p /usr/local/lib/docker/cli-plugins \
|
||||
&& curl -fsSL "https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64" -o /usr/local/lib/docker/cli-plugins/docker-compose \
|
||||
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
|
||||
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-compose \
|
||||
&& curl -fsSL "https://github.com/docker/buildx/releases/download/v0.20.1/buildx-v0.20.1.linux-amd64" -o /usr/local/lib/docker/cli-plugins/docker-buildx \
|
||||
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
|
||||
|
||||
RUN npx prisma generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user