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