Let us start here, from square one. No, from Zero!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM spicetools/deps
|
||||
WORKDIR /src
|
||||
RUN chown user:user /src
|
||||
USER user
|
||||
COPY --chown=user:user . /src
|
||||
CMD ./build_all.sh
|
||||
Reference in New Issue
Block a user