minor changes to build env after 3 tier

This commit is contained in:
2026-06-12 18:17:23 +00:00
parent e5fef8b181
commit 13855bf620
3 changed files with 12 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"*"
],
"additionalDirectories": [
"/workspaces/web_app/.vscode"
]
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.23.0 FROM alpine:3.23.0
RUN apk update && apk add git npm python3 bash RUN apk update && apk add git npm python3 bash podman
# Install Angular.js via NPM # Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14 RUN npm install -g @angular/cli@21.2.14
-4
View File
@@ -12,7 +12,3 @@
} }
} }
} }
// Warning: Missing GLIBCXX >= 3.4.25! from
// Warning: Can't find libc.so or ldconfig, can't verify libc version
// Warning: Missing GLIBC >= 2.28! from