1 changed files with 5 additions and 0 deletions
@ -1,4 +1,9 @@ |
|||||
FROM scratch |
FROM scratch |
||||
|
|
||||
|
RUN \ |
||||
|
echo "::theme.park:: Installing svn package" && \ |
||||
|
apt-get update \ |
||||
|
apt-get install subversion |
||||
|
|
||||
# copy local files |
# copy local files |
||||
COPY root/ / |
COPY root/ / |
Loading…
Reference in new issue