Skip to content

Commit

Permalink
docker/android: clear ENTRYPOINT to allow easier use in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mappu committed Jan 24, 2025
1 parent ebe0907 commit 2efae38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/android-armv8a-go1.23-qt5.15-dynamic.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ ENV GOARCH=arm64
ENV GOFLAGS=-buildvcs=false
ENV PKG_CONFIG_PATH=/usr/local/Qt-5.15.13/lib/pkgconfig
ENV CGO_CXXFLAGS="-Wno-ignored-attributes -D_Bool=bool"

# Reset the ENTRYPOINT
ENTRYPOINT []

0 comments on commit 2efae38

Please sign in to comment.