Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from briansorahan/master
Browse files Browse the repository at this point in the history
add tzdata
  • Loading branch information
djenriquez authored Mar 29, 2017
2 parents 7fd83f7 + 97fde4b commit 446d3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.5

MAINTAINER DJ Enriquez <[email protected]> (@djenriquez)

Expand All @@ -9,7 +9,7 @@ ENV GLIBC_VERSION "2.23-r1"
ENV GOSU_VERSION 1.9

RUN set -x && \
apk --update add --no-cache --virtual .gosu-deps dpkg curl ca-certificates gnupg libcap openssl && \
apk --update add --no-cache --virtual .gosu-deps tzdata dpkg curl ca-certificates gnupg libcap openssl && \
curl -Ls https://github.com/andyshinn/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk > /tmp/glibc-${GLIBC_VERSION}.apk && \
apk add --allow-untrusted /tmp/glibc-${GLIBC_VERSION}.apk && \
rm -rf /tmp/glibc-${GLIBC_VERSION}.apk /var/cache/apk/* && \
Expand Down

0 comments on commit 446d3e7

Please sign in to comment.