diff --git a/Dockerfile b/Dockerfile index 88a7e6a79..18f5e3c92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ RUN apk add --update --no-cache tzdata && \ cp /usr/share/zoneinfo/Europe/London /etc/localtime && \ echo "Europe/London" > /etc/timezone +RUN apk upgrade --no-cache + # build-base: compilation tools for bundle # yarn: node package manager # postgresql-dev: postgres driver and libraries