Skip to content

Commit 8585e78

Browse files
authored
Update frontend Dockerfile
Debian stretch apt repositories have been archived. This PR allows the frontend Dockerfile to continue to be built.
1 parent 227fd47 commit 8585e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM node:10.15.3-stretch
22

33
# 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
46
RUN apt-get update && apt-get install -y \
57
build-essential \
68
python \

0 commit comments

Comments
 (0)