File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,17 @@ ENV USER_HOME /home/biodocker
23
23
ENV PIA_PATH /home/biodocker/pia
24
24
ENV PIA_JAR $PIA_PATH/pia-1.3.0.jar
25
25
26
+ USER root
27
+ COPY ./runpia.sh $USER_HOME/bin/
28
+ RUN chmod +x $USER_HOME/bin/runpia.sh
29
+
26
30
USER biodocker
27
31
28
32
RUN set -x \
29
33
&& wget $URL/$ZIP_FILE -O $USER_HOME/$ZIP_FILE \
30
34
&& unzip $USER_HOME/$ZIP_FILE -d $PIA_PATH \
31
35
&& rm $USER_HOME/$ZIP_FILE
32
36
33
- COPY ./runpia.sh $USER_HOME/bin/
34
-
35
37
WORKDIR /data/
36
38
37
39
ENTRYPOINT ["runpia.sh" ]
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ ENV ZIP_FILE=pia-1.3.8.zip \
24
24
PIA_PATH=/home/biodocker/pia \
25
25
PIA_JAR=/home/biodocker/pia/pia-1.3.8.jar
26
26
27
+ USER root
27
28
COPY ./runpia.sh $USER_HOME/bin/
28
-
29
29
RUN chmod +x $USER_HOME/bin/runpia.sh
30
30
31
31
USER biodocker
You can’t perform that action at this time.
0 commit comments