Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
snh authored Sep 22, 2022
1 parent 110b297 commit 8ec7127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
apt-get install -y \
cmake \
libgeos-dev \
libatlas3-base-dev && \
libatlas-base-dev && \
rm -rf /var/lib/apt/lists/*

# Copy in requirements.txt.
Expand Down Expand Up @@ -47,7 +47,6 @@ RUN case $(uname -m) in \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
libatlas3-base \
libeccodes0 \
libgeos-c1v5 \
libglib2.0-0 \
Expand Down

0 comments on commit 8ec7127

Please sign in to comment.