FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/.devcontainer/swift/Dockerfile at codeql-cli-2.11.3 · github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
468
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
.devcontainer
/
swift
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (7 loc) · 496 Bytes
Breadcrumbs
codeql
/
.devcontainer
/
swift
/
Dockerfile
Copy path
File metadata and controls
9 lines (7 loc) · 496 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
#
See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.236.0/containers/cpp/.devcontainer/base.Dockerfile
#
[Choice] Debian / Ubuntu version (use Debian 11, Ubuntu 18.04/22.04 on local arm64/Apple Silicon): debian-11, debian-10, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04
FROM
mcr.microsoft.com/vscode/devcontainers/cpp:0-ubuntu-22.04
USER
root
ADD
root.sh /tmp/root.sh
ADD
update-codeql.sh /usr/local/bin/update-codeql
RUN
bash /tmp/root.sh && rm /tmp/root.sh
Back
|
FazBrowse Home
|
New Git URL