We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c58641 commit 10d38edCopy full SHA for 10d38ed
README.md
@@ -9,9 +9,12 @@ This assumes you have set up your user account to be able to run
9
`docker` [without being root](https://docs.docker.com/engine/security/rootless/);
10
if you haven't done so, you'll need to prefix these commands with `sudo`.
11
12
-* `docker build --build-arg image=22.04 -t clangbuilder .`
+* `docker build -t clangbuilder .`
13
* `docker run clangbuilder ./build.sh trunk`
14
15
+If you need to change the default Ubuntu image, add `--build-arg image=20.04`
16
+or similar to the build step.
17
+
18
### Alternative to run (for better debugging)
19
20
* `docker run -t -i clangbuilder bash`
0 commit comments