File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
66ENV PATH=$PATH:/home/node/.npm-global/bin
77
88USER root
9- COPY --chown=root:root apt/bookworm.http /etc/apt/sources.list
9+ COPY --chown=root:root apt/bookworm.http /etc/apt/sources.list.d/debian.sources
1010RUN apt-get update && apt-get install -y apt-transport-https ca-certificates
11- COPY --chown=root:root apt/bookworm /etc/apt/sources.list
11+ COPY --chown=root:root apt/bookworm /etc/apt/sources.list.d/debian.sources
1212
1313USER node
1414RUN mkdir -p /home/node/node-cn
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
66ENV PATH=$PATH:/home/node/.npm-global/bin
77
88USER root
9- COPY --chown=root:root apt/bookworm.http /etc/apt/sources.list
9+ COPY --chown=root:root apt/bookworm.http /etc/apt/sources.list.d/debian.sources
1010RUN apt-get update && apt-get install -y apt-transport-https ca-certificates
11- COPY --chown=root:root apt/bookworm /etc/apt/sources.list
11+ COPY --chown=root:root apt/bookworm /etc/apt/sources.list.d/debian.sources
1212
1313USER node
1414RUN mkdir -p /home/node/node-cn
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
66ENV PATH=$PATH:/home/node/.npm-global/bin
77
88USER root
9- COPY --chown=root:root apt/bookworm.http /etc/apt/sources.list
9+ COPY --chown=root:root apt/bookworm.http /etc/apt/sources.list.d/debian.sources
1010RUN apt-get update && apt-get install -y apt-transport-https ca-certificates
11- COPY --chown=root:root apt/bookworm /etc/apt/sources.list
11+ COPY --chown=root:root apt/bookworm /etc/apt/sources.list.d/debian.sources
1212
1313USER node
1414RUN mkdir -p /home/node/node-cn
You can’t perform that action at this time.
0 commit comments