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 #3 from RX14/master
Browse files Browse the repository at this point in the history
Install gdb
  • Loading branch information
jhass committed Jul 26, 2017
2 parents 3149b1f + d8e2cd8 commit 680e0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i386/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM ioft/i386-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 curl build-essential pkg-config libssl-dev llvm libedit-dev libgmp-dev libxml2-dev libyaml-dev libreadline-dev git-core gdb && \
curl https://dist.crystal-lang.org/apt/setup.sh | bash && \
apt-get update && \
apt-get install -y crystal
Expand Down
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 tzdata 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 gdb && \
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 680e0dd

Please sign in to comment.