1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-04 20:50:22 +00:00

docker/android: clear ENTRYPOINT to allow easier use in scripts

This commit is contained in:
mappu 2025-01-25 11:27:15 +13:00
parent 6b421799fb
commit 9f5240b2a8

@ -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 []