Skip to content

Commit

Permalink
Add upgrade step to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rustprooflabs committed Jan 13, 2023
1 parent 6ff2b93 commit 5d30d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LABEL maintainer="PgOSM Flex - https://github.com/rustprooflabs/pgosm-flex"
ARG OSM2PGSQL_BRANCH=master

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends \
sqitch wget ca-certificates \
git make cmake g++ \
Expand Down

0 comments on commit 5d30d9f

Please sign in to comment.