mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 04:36:48 -06:00
Update entrypoint.sh and version.txt Updating to version 3.0.22
This commit is contained in:
parent
1631237881
commit
b0b9497107
@ -16,7 +16,7 @@ if [[ -v VSCODE_TUNNEL_NAME && -n "${VSCODE_TUNNEL_NAME}" ]]; then
|
||||
fi
|
||||
|
||||
# List all environment variables
|
||||
sudo env |
|
||||
printenv |
|
||||
|
||||
# Filter variables that start with GLOBAL_ENV_
|
||||
grep -E '^GLOBAL_ENV_' |
|
||||
@ -41,7 +41,7 @@ if ! id -u $HOME_USER > /dev/null 2>&1; then
|
||||
sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null
|
||||
|
||||
# List all environment variables
|
||||
sudo env |
|
||||
printenv |
|
||||
|
||||
# Filter variables that start with USER_ENV_
|
||||
grep -E '^USER_ENV_' |
|
||||
|
@ -1 +1 @@
|
||||
3.0.21
|
||||
3.0.22
|
Loading…
Reference in New Issue
Block a user