Skip to content

Commit

Permalink
Update Crystal installation
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Feb 14, 2021
1 parent 0d9fbe0 commit 812e544
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ RUN apt-get update -y && \
fluxbox

# Install Crystal.
RUN curl -sL "https://keybase.io/crystal/pgp_keys.asc" | apt-key add - && \
echo "deb https://dist.crystal-lang.org/apt crystal main" | tee /etc/apt/sources.list.d/crystal.list && \
apt-get update -y && \
apt-get install -y crystal
RUN curl -fsSL https://crystal-lang.org/install.sh | bash

# Build and install GLFW.
RUN git clone -b $GLFW_VERSION https://github.com/glfw/glfw.git && \
Expand Down

0 comments on commit 812e544

Please sign in to comment.