Skip to content

Commit

Permalink
🔨 Reorder ubuntu packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjacquenot committed Dec 22, 2019
1 parent 879e5f2 commit 92708df
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ RUN apt-get update \
autoconf \
build-essential \
bzip2 \
clang \
cmake \
cron \
fonts-noto-cjk \
fonts-noto-hinted \
fonts-noto-unhinted \
clang \
gcc \
gdal-bin \
make \
git-core \
libagg-dev \
libboost-all-dev \
Expand All @@ -56,22 +56,23 @@ RUN apt-get update \
mapnik-utils \
nodejs \
npm \
osmium-tool \
osmosis \
postgis \
postgresql-12 \
postgresql-server-dev-12 \
postgresql-contrib-12 \
postgresql-server-dev-12 \
protobuf-c-compiler \
python-mapnik \
python3-lxml \
python3-psycopg2 \
python3-shapely \
sudo \
tar \
ttf-unifont \
unzip \
wget \
zlib1g-dev \
osmosis \
osmium-tool \
cron \
python3-psycopg2 python3-shapely python3-lxml \
&& apt-get clean autoclean \
&& apt-get autoremove --yes \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
Expand Down

0 comments on commit 92708df

Please sign in to comment.