mirror of
https://github.com/mappu/miqt.git
synced 2025-01-30 10:00:22 +00:00
docker/android: clear ENTRYPOINT to allow easier use in scripts
This commit is contained in:
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 []
|
||||
|
Loading…
x
Reference in New Issue
Block a user