Skip to content

Commit

Permalink
Updated Dockerfile for Ubuntu to include compiler.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Feb 23, 2016
1 parent ce4e526 commit 928f49b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/deploy.sh
Expand Up @@ -271,10 +271,12 @@ function rbx_deploy_docker_release {
cat > "$file" <<EOF
FROM ubuntu:$path
RUN apt-get update && apt-get install -y \
bzip2 \
libyaml-0-2 \
libssl1.0.0
RUN apt-get update && apt-get install -y \\
bzip2 \\
libyaml-0-2 \\
libssl1.0.0 \\
clang-3.4 \\
make
ADD https://rubinius-binaries-rubinius-com.s3-us-west-2.amazonaws.com/ubuntu/$path/x86_64/$release /tmp/rubinius.tar.bz2
RUN cd /opt && tar xvjf /tmp/rubinius.tar.bz2
Expand Down

0 comments on commit 928f49b

Please sign in to comment.