Skip to content
Snippets Groups Projects
Commit 078f06d6 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-497: Fix typo in IERS stub filename

parent 4333371e
No related branches found
No related tags found
1 merge request!204L2SS-497: Add and manage casacore measures tables
......@@ -9,7 +9,7 @@ RUN sudo pip3 install -r /lofar-requirements.txt
# install and use ephimerides and geodetic ("measures") tables for casacore.
# we install a _stub_ since the tables need to be deployed explicitly from within the software.
RUN sudo mkdir -p /opt/IERS && sudo chmod a+rwx /opt/IERS
ARG IERS_DIRNAME=IERS-1970-0101T00:00:00-stub
ARG IERS_DIRNAME=IERS-1970-01-01T00:00:00-stub
COPY WSRT_Measures_stub /opt/IERS/${IERS_DIRNAME}
RUN ln -sfT /opt/IERS/${IERS_DIRNAME} /opt/IERS/current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment