Merge pull request #64 from andreaspeters/master
remove not installed packages
This commit is contained in:
commit
973a7245d0
|
@ -23,7 +23,7 @@ RUN cd /home/node && \
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apk del gcc git make g++
|
RUN apk del gcc git
|
||||||
|
|
||||||
USER node
|
USER node
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue