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

Commit

Permalink
Merge pull request #1 from bcardiff/patch-1
Browse files Browse the repository at this point in the history
Install tzdata
  • Loading branch information
jhass committed May 30, 2017
2 parents 5370192 + fbaeb6b commit 3149b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Jonne Haß <me@jhass.eu>

RUN apt-get update && \
apt-get install -y apt-transport-https curl build-essential pkg-config libssl-dev llvm libedit-dev libgmp-dev libxml2-dev libyaml-dev libreadline-dev git-core && \
apt-get install -y apt-transport-https tzdata curl build-essential pkg-config libssl-dev llvm libedit-dev libgmp-dev libxml2-dev libyaml-dev libreadline-dev git-core && \
curl https://dist.crystal-lang.org/apt/setup.sh | bash && \
apt-get update && \
apt-get install -y --allow-unauthenticated crystal
Expand Down

0 comments on commit 3149b1f

Please sign in to comment.