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.
1 parent e36a733 commit bd86462Copy full SHA for bd86462
Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:12.16.2-stretch
2
3
+
4
+ENV DEBIAN_FRONTEND=noninteractive
5
RUN echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list \
6
&& echo "deb-src http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list \
7
&& echo "deb http://deb.debian.org/debian stretch-updates main" >> /etc/apt/sources.list \
0 commit comments