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:
Slim Amamou 2025-08-25 16:24:25 +01:00
parent 465ead50e2
commit abad386dc6

View file

@ -9,7 +9,7 @@ ARG PHP_VERSION=8.1.32
ARG CADDY_VERSION=2.10.0
# yarn build
FROM gmolaire/yarn AS yarn_build
FROM node AS yarn_build
WORKDIR /usr/app
RUN apt-get update && apt-get install tar
RUN mkdir -p /usr/app/vendor/symfony