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 227fd47 commit 8585e78Copy full SHA for 8585e78
frontend/Dockerfile
@@ -1,6 +1,8 @@
1
FROM node:10.15.3-stretch
2
3
# AWS cli tools
4
+# Debian stretch repositories have been archived. We need to change the sources
5
+RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
6
RUN apt-get update && apt-get install -y \
7
build-essential \
8
python \
0 commit comments