Fix build failing at apt update
Error: buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install tar" did not complete successfully: exit code: 100
This commit is contained in:
parent
465ead50e2
commit
abad386dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ ARG PHP_VERSION=8.1.32
|
||||||
ARG CADDY_VERSION=2.10.0
|
ARG CADDY_VERSION=2.10.0
|
||||||
|
|
||||||
# yarn build
|
# yarn build
|
||||||
FROM gmolaire/yarn AS yarn_build
|
FROM node AS yarn_build
|
||||||
WORKDIR /usr/app
|
WORKDIR /usr/app
|
||||||
RUN apt-get update && apt-get install tar
|
RUN apt-get update && apt-get install tar
|
||||||
RUN mkdir -p /usr/app/vendor/symfony
|
RUN mkdir -p /usr/app/vendor/symfony
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue