Skip to content

Commit

Permalink
Merge pull request #261 from astok/dev-lxc-config
Browse files Browse the repository at this point in the history
build: use dev-lxc to fully configure container
  • Loading branch information
astok authored Aug 12, 2024
2 parents b2ce9c8 + eebfd0d commit 2a7e701
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .dev-lxc/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config:
user.user-data: |
#cloud-config
package_upgrade: true
packages:
- make
runcmd:
- usermod -a -G ubuntu landscape
dev-lxc-exec:
- make depends
- git submodule update --init

0 comments on commit 2a7e701

Please sign in to comment.