We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d24f79c commit 158a818Copy full SHA for 158a818
Dockerfile.release
@@ -1,9 +1,9 @@
1
-FROM ubuntu:14.04
+FROM ubuntu:xenial
2
3
RUN \
4
apt-get update && \
5
apt-get install -y apt-transport-https && \
6
- apt-key adv --keyserver keys.gnupg.net --recv-keys 09617FD37CC06B54 && \
+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 09617FD37CC06B54 && \
7
echo "deb https://dist.crystal-lang.org/apt crystal main" > /etc/apt/sources.list.d/crystal.list && \
8
9
apt-get install -y crystal gcc pkg-config libssl-dev libxml2-dev libyaml-dev libgmp-dev git make && \
0 commit comments