Add software version arguments to Dockerfile
All threads resolved!
All threads resolved!
Compare changes
+ 41
− 8
@@ -37,7 +37,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
@@ -64,7 +63,9 @@ wget -qO - https://www.astron.nl/iers/WSRT_Measures.ztar | \
@@ -75,7 +76,9 @@ RUN cmake \
@@ -88,7 +91,9 @@ RUN ninja -C /src/LofarStMan/build install
@@ -101,7 +106,9 @@ RUN cmake \
@@ -112,7 +119,9 @@ RUN cmake \
@@ -123,7 +132,9 @@ RUN cmake \
@@ -136,7 +147,9 @@ RUN cmake \
@@ -158,6 +171,26 @@ FROM ubuntu:22.04 AS runner