This commit is contained in:
parent
2d794cf58e
commit
dd255460f3
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ RUN wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.
|
||||||
RUN apk update
|
RUN apk update
|
||||||
|
|
||||||
USER builder
|
USER builder
|
||||||
ENTRYPOINT /usr/local/bin/build
|
ENTRYPOINT ["/usr/local/bin/build"]
|
||||||
CMD ["abuild", "-r"]
|
CMD ["abuild", "-r"]
|
||||||
|
|
Loading…
Reference in a new issue