We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0daf8 commit 561ca04Copy full SHA for 561ca04
Dockerfile
@@ -10,10 +10,10 @@ MAINTAINER John E. Arnold, iohannes.eduardus.arnold@gmail.com
10
11
# Get Etherdraw's other dependencies
12
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++
+RUN apt-get install -y git-core libpango1.0-dev build-essential supervisor
14
15
# Grab the latest Git version
16
-RUN cd /opt && git clone https://github.com/JohnMcLear/draw.git etherdraw
+RUN cd /opt && git clone -b bleeding https://github.com/JohnMcLear/draw.git etherdraw
17
18
# Install node dependencies
19
RUN /opt/etherdraw/bin/installDeps.sh
0 commit comments