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 1ce56fe commit 001bfa5Copy full SHA for 001bfa5
1 file changed
Dockerfile
@@ -170,6 +170,7 @@ RUN mkdir /.pyrocko/ \
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
174
175
# Install Xml2Resp and scripts
176
WORKDIR /opt
0 commit comments