Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 928f49b

Please sign in to comment.