Skip to content

Commit 67faa0b

Browse files
committed
install python becuase node is stupid
1 parent 7620972 commit 67faa0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ RUN apt-get -yy update && apt-get -yy install curl \
1313
nodejs \
1414
rsyslog \
1515
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 \
1620
&& rm -rf /var/lib/apt/lists/*
1721

1822
# Copy our nginx config to the right place

0 commit comments

Comments
 (0)