We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f7dd6 commit 7eb7e0fCopy full SHA for 7eb7e0f
Dockerfile
@@ -6,7 +6,7 @@ ARG SETLANG
6
# setup ENV
7
ENV DEBIAN_FRONTEND noninteractive
8
ENV HOME /root
9
-ENV PATH /root/scripts/:$PATH
+ENV PATH /root/scripts:$PATH
10
11
# set and update repo
12
RUN sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/apt/sources.list \
@@ -46,5 +46,7 @@ WORKDIR /root
46
# create mount folders
47
RUN mkdir input output
48
49
+ADD scripts /root/scripts
50
+
51
# set entrypoint
52
ENTRYPOINT bash
0 commit comments