Skip to content

Commit

Permalink
few changes for check correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Dec 12, 2024
1 parent f95f1f6 commit eaa03c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/common-utils/allow_shell_history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ EOL
cat > Dockerfile <<EOL
FROM $BASE_IMAGE
RUN apt-get update && apt-get install -y curl git sudo
RUN useradd -m vscode
COPY setup_history.sh /usr/local/bin/setup_history.sh
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
Expand All @@ -94,7 +93,7 @@ EOF

# Make the generated script executable
chmod +x $SCRIPT_NAME
./$SCRIPT_NAME python python-app
./$SCRIPT_NAME "mcr.microsoft.com/devcontainers/python:latest" python-app

# Function to add shell history
add_shell_history() {
Expand Down
2 changes: 1 addition & 1 deletion test/common-utils/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
}
},
"allow_shell_history": {
"image": "debian:bookworm",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"docker-in-docker": {},
"common-utils": {
Expand Down

0 comments on commit eaa03c2

Please sign in to comment.