diff --git a/Dockerfile b/Dockerfile index ebe98af..832fcce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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++ \