This commit is contained in:
Jephté Clain 2018-06-02 19:15:20 +04:00
parent c1d98a01dc
commit 75385a76bf
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM d9base
ARG date
ARG version
LABEL name=d9-nutools date=$date version=$version
COPY . /nutools
COPY . /install/nutools
RUN /nutools/uinst -y /nutools
RUN /install/nutools/uinst -y /install/nutools && rm -rf /install/nutools
CMD ["/bin/bash", "-il"]