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