Browse Source

Add ubuntu2204.sh script

master
Ray Burgemeestre 2 years ago
parent
commit
c1965b8b7a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      ubuntu2204.sh

+ 4
- 0
ubuntu2204.sh View File

@@ -0,0 +1,4 @@
#!/bin/bash

docker run $FLAGS --pull always -t -v $PWD:$PWD --workdir $PWD rayburgemeestre/build-ubuntu:22.04 sh -c "$*"


Loading…
Cancel
Save