Skip to content

Commit ff41bcc

Browse files
readme docker file
1 parent 7377c46 commit ff41bcc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
FROM mcr.microsoft.com/devcontainers/python:3.11-bookworm
22

3+
# Route npm/corepack traffic (used during devcontainer feature installation,
4+
# e.g. ghcr.io/devcontainers/features/node) through the internal package feed
5+
# proxy, since the public npmjs.org registry is blocked/unreachable on this
6+
# network and causes feature install failures (ERR_SSL_SSL/TLS_ALERT_HANDSHAKE_FAILURE).
7+
ENV NPM_CONFIG_REGISTRY=https://packagefeedproxy.microsoft.io/npm/
8+
39
# Remove Yarn repository to avoid GPG key expiration issue
410
RUN rm -f /etc/apt/sources.list.d/yarn.list

0 commit comments

Comments
 (0)