File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye
2+
3+ # Remove Yarn repository to avoid GPG key expiration issue
4+ RUN rm -f /etc/apt/sources.list.d/yarn.list
Original file line number Diff line number Diff line change 11{
22 "name" : " azd-template" ,
3- "image" : " mcr.microsoft.com/devcontainers/python:3.11-bullseye" ,
3+ "build" : {
4+ "dockerfile" : " Dockerfile"
5+ },
46 "forwardPorts" : [50505 ],
57 "features" : {
68 "ghcr.io/azure/azure-dev/azd:latest" : {},
79 "ghcr.io/devcontainers/features/azure-cli:1" : {},
810 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
911 "ghcr.io/jlaundry/devcontainer-features/mssql-odbc-driver:1" : {
1012 "version" : " 18"
11- }
13+ },
14+ "ghcr.io/devcontainers/features/node:1" : {}
1215 },
1316 "customizations" : {
1417 "vscode" : {
2629 "hostRequirements" : {
2730 "memory" : " 4gb"
2831 }
29- }
32+ }
Original file line number Diff line number Diff line change 77sudo chmod +x ./infra/scripts/checkquota_km.sh
88sudo chmod +x ./infra/scripts/quota_check_params.sh
99sudo chmod +x ./infra/scripts/process_sample_data.sh
10- sudo chmod +x ./infra/scripts/process_custom_data.sh
10+ sudo chmod +x ./infra/scripts/process_custom_data.sh
You can’t perform that action at this time.
0 commit comments