@@ -7,8 +7,8 @@
|
|||||||
# https://github.com/microsoft/vscode-dev-containers/tree/v0.43.0/containers/javascript-node-12/.devcontainer/Dockerfile
|
# https://github.com/microsoft/vscode-dev-containers/tree/v0.43.0/containers/javascript-node-12/.devcontainer/Dockerfile
|
||||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-12
|
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-12
|
||||||
|
|
||||||
# The image referenced above includes a non-root user with sudo access. Add
|
# The image referenced above includes a non-root user with sudo access. Add
|
||||||
# the "remoteUser" property to devcontainer.json to use it. On Linux, the container
|
# the "remoteUser" property to devcontainer.json to use it. On Linux, the container
|
||||||
# user's GID/UIDs will be updated to match your local UID/GID when using the image
|
# user's GID/UIDs will be updated to match your local UID/GID when using the image
|
||||||
# or dockerFile property. Update USER_UID/USER_GID below if you are using the
|
# or dockerFile property. Update USER_UID/USER_GID below if you are using the
|
||||||
# dockerComposeFile property or want the image itself to start with different ID
|
# dockerComposeFile property or want the image itself to start with different ID
|
||||||
@@ -31,7 +31,7 @@ RUN if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
|
|||||||
# *************************************************************
|
# *************************************************************
|
||||||
# ENV DEBIAN_FRONTEND=noninteractive
|
# ENV DEBIAN_FRONTEND=noninteractive
|
||||||
# RUN apt-get update \
|
# RUN apt-get update \
|
||||||
# && apt-get -y install --no-reccomends <your-package-list-here> \
|
# && apt-get -y install --no-install-recommends <your-package-list-here> \
|
||||||
# #
|
# #
|
||||||
# # Clean up
|
# # Clean up
|
||||||
# && apt-get autoremove -y \
|
# && apt-get autoremove -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user