Browse Source

CLDC-4229: upgrade at start of file

CLDC-4429-test-empty-branch
Nat Dean-Lewis 2 weeks ago
parent
commit
b9eaadda00
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save