Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removed duplicate libraries
  • Loading branch information
hmorzaria authored Jun 3, 2019
1 parent 3d486de commit a87bb2b
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
libgeos-dev \
libgeo-proj4-perl \
libgeos++-dev \
libpoppler-cpp-dev \
librsvg2-dev \
libx11-dev \
libprotobuf-dev \
lsscsi \
libcairo2 \
libcairo2-dev \
libapparmor1 \
subversion \
flip \
autoconf \
lsscsi \
curl \
gdebi-core \
openssl \
Expand All @@ -27,32 +34,22 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
rpm \
ntp \
ntpdate \
gdal-bin \
python2.7 \
python-pip \
python-dev \
libpoppler-cpp-dev \
htop \
libprotobuf-dev \
protobuf-compiler \
librsvg2-dev \
libx11-dev \
mesa-common-dev \
libglu1-mesa-dev \
texlive-latex-extra \
libcairo2 \
libcairo2-dev \
netcdf-bin \
libapparmor1

RUN apt-get -y --no-install-recommends install \
gdal-bin \
python2.7 \
python-pip \
python-dev \
python-gdal \
python3-gdal

RUN apt-get update -qq && apt-get -y --no-install-recommends install \
python3-gdal \
libjq-dev

#Install AzCopy, ver. 7.2 includes .NET Core dependencies; they do not need to install them a pre-requisite
#https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux
RUN \
Expand Down

0 comments on commit a87bb2b

Please sign in to comment.