We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4e526 commit 928f49bCopy full SHA for 928f49b
scripts/deploy.sh
@@ -271,10 +271,12 @@ function rbx_deploy_docker_release {
271
cat > "$file" <<EOF
272
FROM ubuntu:$path
273
274
-RUN apt-get update && apt-get install -y \
275
- bzip2 \
276
- libyaml-0-2 \
277
- libssl1.0.0
+RUN apt-get update && apt-get install -y \\
+ bzip2 \\
+ libyaml-0-2 \\
+ libssl1.0.0 \\
278
+ clang-3.4 \\
279
+ make
280
281
ADD https://rubinius-binaries-rubinius-com.s3-us-west-2.amazonaws.com/ubuntu/$path/x86_64/$release /tmp/rubinius.tar.bz2
282
RUN cd /opt && tar xvjf /tmp/rubinius.tar.bz2
0 commit comments