Skip to content

Commit 001bfa5

Browse files
committed
fix: Set correct permissions for leapseconds file
1 parent 1ce56fe commit 001bfa5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ RUN mkdir /.pyrocko/ \
170170
# Get last leapseconds
171171
WORKDIR /tmp
172172
RUN wget -O /tmp/leapseconds http://www.ncedc.org/ftp/pub/programs/leapseconds
173+
RUN chmod 777 /tmp/leapseconds
173174

174175
# Install Xml2Resp and scripts
175176
WORKDIR /opt

0 commit comments

Comments
 (0)