Skip to content

Commit

Permalink
g++
Browse files Browse the repository at this point in the history
  • Loading branch information
oren committed Apr 4, 2015
1 parent 02fee70 commit 97715c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk update
RUN apk add gcc make python openssl-dev zlib-dev paxctl linux-headers xz
RUN apk add gcc make python openssl-dev zlib-dev paxctl linux-headers xz g++
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

wget https://iojs.org/dist/v1.6.3/iojs-v1.6.3.tar.xz
xz -cd iojs-v1.6.3.tar.xz | tar -xvf -
docker-compose build
docker-compose build --no-cache
docker-compose run web sh
cd /tmp/iojs-v1.6.3
./configure --prefix=/usr --shared-openssl --shared-zlib
Expand Down

0 comments on commit 97715c7

Please sign in to comment.