Skip to content

Commit

Permalink
fix(static): remove libphp.a from the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 18, 2024
1 parent 79ab84d commit ec99f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ COPY --link caddy caddy
COPY --link internal internal

RUN --mount=type=secret,id=github-token GITHUB_TOKEN=$(cat /run/secrets/github-token) ./build-static.sh && \
rm -Rf dist/static-php-cli/source/*
rm -Rf dist/static-php-cli/source/* && \
rm dist/static-php-cli/buildroot/lib/libphp.a

0 comments on commit ec99f6a

Please sign in to comment.