Skip to content

Commit 93270d5

Browse files
authored
remove alpine edge repo (#413)
Signed-off-by: Sertac Ozercan <[email protected]>
1 parent 207cef2 commit 93270d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
66
WORKDIR /usr/src/app
77

88
RUN \
9-
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
10-
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
11-
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
129
apk --no-cache upgrade && \
1310
apk add --no-cache udev ttf-opensans unifont chromium ca-certificates dumb-init && \
1411
rm -rf /tmp/*

0 commit comments

Comments
 (0)