|
|
|
@ -8,7 +8,7 @@ RUN apk upgrade --no-cache |
|
|
|
# Add the timezone as it's not configured by default in Alpine |
|
|
|
# Add the timezone as it's not configured by default in Alpine |
|
|
|
RUN apk add --update --no-cache tzdata && \ |
|
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
# build-base: compilation tools for bundle |
|
|
|
# build-base: compilation tools for bundle |
|
|
|
# yarn: node package manager |
|
|
|
# yarn: node package manager |
|
|
|
|