diff --git a/Dockerfile b/Dockerfile index e32b60f..714060b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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