File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation. All rights reserved.
22# Licensed under the MIT License. See License.txt in the project root for license information.
3- ARG VARIANT="16-bullseye"
4- FROM mcr.microsoft.com/devcontainers/typescript-node:1-${VARIANT}
3+ # ARG VARIANT="16-bullseye"
4+ # FROM mcr.microsoft.com/devcontainers/typescript-node:1-${VARIANT}
55
6- RUN mkdir -p /workspaces && chown node:node /workspaces
6+ # RUN mkdir -p /workspaces && chown node:node /workspaces
77
8- ARG USERNAME=node
9- USER $USERNAME
8+ # ARG USERNAME=node
9+ # USER $USERNAME
1010
1111# Save command line history
12- RUN echo "export HISTFILE=/home/$USERNAME/commandhistory/.bash_history" >> "/home/$USERNAME/.bashrc" \
13- && echo "export PROMPT_COMMAND='history -a'" >> "/home/$USERNAME/.bashrc" \
14- && mkdir -p /home/$USERNAME/commandhistory \
15- && touch /home/$USERNAME/commandhistory/.bash_history \
16- && chown -R $USERNAME /home/$USERNAME/commandhistory
12+ # RUN echo "export HISTFILE=/home/$USERNAME/commandhistory/.bash_history" >> "/home/$USERNAME/.bashrc" \
13+ # && echo "export PROMPT_COMMAND='history -a'" >> "/home/$USERNAME/.bashrc" \
14+ # && mkdir -p /home/$USERNAME/commandhistory \
15+ # && touch /home/$USERNAME/commandhistory/.bash_history \
16+ # && chown -R $USERNAME /home/$USERNAME/commandhistory
You can’t perform that action at this time.
0 commit comments