We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001bfa5 commit 9765f60Copy full SHA for 9765f60
Dockerfile
@@ -168,9 +168,8 @@ RUN mkdir /.pyrocko/ \
168
&& chmod 777 /.pyrocko/
169
170
# Get last leapseconds
171
-WORKDIR /tmp
172
-RUN wget -O /tmp/leapseconds http://www.ncedc.org/ftp/pub/programs/leapseconds
173
-RUN chmod 777 /tmp/leapseconds
+WORKDIR /usr/local/etc
+RUN wget -O /usr/local/etc/leapseconds http://www.ncedc.org/ftp/pub/programs/leapseconds
174
175
# Install Xml2Resp and scripts
176
WORKDIR /opt
0 commit comments