Skip to content
Snippets Groups Projects
Commit 4fded460 authored by Alexander Kutkin's avatar Alexander Kutkin
Browse files

fix Dockerfile

parent b4136844
No related branches found
No related tags found
No related merge requests found
Pipeline #28704 passed
...@@ -38,7 +38,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ ...@@ -38,7 +38,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3-casacore \ python3-casacore \
python3-numpy \ python3-numpy \
wcslib-dev \ wcslib-dev \
tmux \
wget && \ wget && \
mkdir -p /src mkdir -p /src
...@@ -238,6 +237,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ ...@@ -238,6 +237,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \ python3 \
python3-casacore \ python3-casacore \
python3-distutils \ python3-distutils \
tmux \
wget \ wget \
git && \ git && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment