Fix localbuild script
This commit is contained in:
parent
4b8317a28e
commit
9a3d50df36
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/packages/debian:base
|
||||
docker build -t git.zontreck.com/packages/debian:build
|
||||
docker build -t git.zontreck.com/packages/debian:base DebianBase
|
||||
docker build -t git.zontreck.com/packages/debian:build DebianBuilder
|
||||
docker build -t git.zontreck.com/packages/adk:latest AndroidSDK
|
||||
docker build -t git.zontreck.com/packages/flutter:latest FlutterSdk
|
||||
docker build -t git.zontreck.com/packages/appimage:latest AppImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue