Skip to content

Commit

Permalink
fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius von Froreich (jvf) committed Aug 17, 2018
1 parent 691044d commit 2103bbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM node:8.11.3-slim

RUN apt-get update && \
apt-get install -y --no-install-recommends \
git \
python \
make \
gcc \
g++ \
libc6-dev
git=1:2.1.4-2.1+deb8u6 \
python=2.7.9-1 \
make=4.0-8.1 \
gcc=4:4.9.2-2 \
g++=4:4.9.2-2 \
libc6-dev=2.19-18+deb8u10

RUN git clone https://github.com/Financial-Times/polyfill-service.git /polyfill

Expand Down

0 comments on commit 2103bbc

Please sign in to comment.