Skip to content

Commit

Permalink
TILES-5524 change package sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Berezin committed Feb 1, 2024
1 parent d8f2f72 commit 192f3e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM node:12

USER root
RUN echo "deb http://deb.debian.org/debian bullseye main \
deb-src http://deb.debian.org/debian bullseye main \
deb http://deb.debian.org/debian-security/ bullseye-security main \
deb-src http://deb.debian.org/debian-security/ bullseye-security main \
deb http://deb.debian.org/debian bullseye-updates main \
deb-src http://deb.debian.org/debian bullseye-updates main" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y \
ca-certificates \
Expand Down

0 comments on commit 192f3e5

Please sign in to comment.