We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5d6e33 + c64d53b commit ce98627Copy full SHA for ce98627
Dockerfile
@@ -1,5 +1,9 @@
1
FROM openjdk:11.0.3-jdk-stretch
2
3
+RUN sed -i '/stretch-updates/d' /etc/apt/sources.list
4
+RUN sed -i 's/security.debian/archive.debian/' /etc/apt/sources.list
5
+RUN sed -i 's/deb.debian/archive.debian/' /etc/apt/sources.list
6
+
7
RUN apt-get update && wget -qO- https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs libpq-dev g++ make
8
9
WORKDIR /opt/app
0 commit comments