Skip to content

Commit 561ca04

Browse files
committedMay 16, 2016
Removed already installed pakages and switched to bleeding branch
1 parent ae0daf8 commit 561ca04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ MAINTAINER John E. Arnold, iohannes.eduardus.arnold@gmail.com
1010

1111
# Get Etherdraw's other dependencies
1212
RUN apt-get update
13-
RUN apt-get install -y gzip git-core libpango1.0-dev curl python libssl-dev pkg-config build-essential supervisor g++
13+
RUN apt-get install -y git-core libpango1.0-dev build-essential supervisor
1414

1515
# Grab the latest Git version
16-
RUN cd /opt && git clone https://github.com/JohnMcLear/draw.git etherdraw
16+
RUN cd /opt && git clone -b bleeding https://github.com/JohnMcLear/draw.git etherdraw
1717

1818
# Install node dependencies
1919
RUN /opt/etherdraw/bin/installDeps.sh

0 commit comments

Comments
 (0)
Please sign in to comment.