Skip to content

Commit

Permalink
Add allow superuser, build x64
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning committed Mar 25, 2024
1 parent 60aa291 commit 8145c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
build-args: |
UBUNTU_VERSION=${{matrix.ubuntu-version}}
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ LABEL php=${PHP_VERSION}
LABEL node=${NODE_VERSION}

ENV TZ=UTC
ENV COMPOSER_ALLOW_SUPERUSER=1

RUN export LC_ALL=C.UTF-8 && \
DEBIAN_FRONTEND=noninteractive && \
Expand Down

0 comments on commit 8145c94

Please sign in to comment.