mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 05:06:46 -06:00
Trying to fix entrypoint.sh Updating to version 1.0.11
This commit is contained in:
parent
115d25613c
commit
f7c889e3c9
@ -7,7 +7,7 @@ addgroup nonroot
|
|||||||
adduser --disabled-password --gecos "" ${HOME_USER}
|
adduser --disabled-password --gecos "" ${HOME_USER}
|
||||||
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
|
|
||||||
# sudo su - ${HOME_USER}
|
su - ${HOME_USER}
|
||||||
|
|
||||||
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
|
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
|
||||||
code tunnel --accept-server-license-terms
|
code tunnel --accept-server-license-terms
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0.10
|
1.0.11
|
Loading…
Reference in New Issue
Block a user