Skip to content

Commit 99a9df6

Browse files
committed
更新 Dockerfile
1 parent ab4173d commit 99a9df6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM debian:12
22

3-
RUN apt-get update && \
3+
RUN echo "deb http://deb.debian.org/debian/ bullseye main" >> /etc/apt/sources.list && \
4+
echo "deb-src http://deb.debian.org/debian/ bullseye main" >> /etc/apt/sources.list && \
5+
mkdir -p /usr/share/man/man1 && \
6+
apt-get update && \
47
apt-get install chromium openjdk-11-jdk curl ca-certificates && \
58
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
69
apt-get install -y nodejs && \

0 commit comments

Comments
 (0)