Skip to content

Commit

Permalink
feat(just): add ms universal dev image (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed May 8, 2023
1 parent edccbcf commit 1fe9407
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ distrobox-ubuntu:
echo 'Creating Ubuntu distrobox ...'
distrobox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 -n ubuntu -Y

distrobox-universal:
echo 'Creating Universal Development distrobox ...'
distrobox create --image mcr.microsoft.com/devcontainers/universal:latest -n universal -Y

gnome-extensions:
pip install --upgrade gnome-extensions-cli
gext install tailscale-status@maxgallup.github.com
Expand Down

0 comments on commit 1fe9407

Please sign in to comment.