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