Skip to content

Commit b448236

Browse files
committed
更新镜像
1 parent f08c07b commit b448236

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ FROM linuxserver/chromium
22

33
# 安装OpenJDK 11和 node 20
44
USER root
5-
RUN apt-get update && \
5+
RUN echo "deb http://deb.debian.org/debian bookworm main contrib non-free" > /etc/apt/sources.list && \
6+
echo "deb http://deb.debian.org/debian bookworm-updates main contrib non-free" >> /etc/apt/sources.list && \
7+
apt-get update && \
68
apt-get install -y openjdk-11-jdk curl ca-certificates && \
79
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
810
apt-get install -y nodejs && \

0 commit comments

Comments
 (0)