We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7620972 commit 67faa0bCopy full SHA for 67faa0b
Dockerfile
@@ -13,6 +13,10 @@ RUN apt-get -yy update && apt-get -yy install curl \
13
nodejs \
14
rsyslog \
15
libpq-dev \
16
+ software-properties-common \
17
+ python-software-properties \
18
+&& add-apt-repository -y ppa:fkrull/deadsnakes \
19
+&& apt-get -y update && apt-get -y install python2.6 \
20
&& rm -rf /var/lib/apt/lists/*
21
22
# Copy our nginx config to the right place
0 commit comments