Skip to content

Commit

Permalink
try to figure out why docker will not build
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinemlarson committed Jan 26, 2025
1 parent 3c8ecbf commit f81f83e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG TARGETARCH

# build requirements
RUN apt-get update && \
apt-get install -y gfortran python3-pip unzip wget vim
RUN apt-get update
RUN apt-get install -y gfortran python3-pip unzip wget vim

#RUN apt-get update && \
# apt-get install -y gfortran python3-pip unzip wget vim

## executables
RUN mkdir -p /etc/gnssrefl/exe /etc/gnssrefl/orbits /etc/gnssrefl/refl_code/Files /etc/gnssrefl/notebooks
Expand Down

0 comments on commit f81f83e

Please sign in to comment.