add image for building appimages

This commit is contained in:
2022-02-22 11:36:44 +01:00
parent 1191a7a5e6
commit b12e6f3d90
6 changed files with 122 additions and 2 deletions

View File

@@ -6,16 +6,21 @@ This repository contains the build instructions for a rust libadwaita gtk app. A
To build the image go to the main repository and run:
### BaseImage
```
docker build base -t gtk4-rs-docker
```
### AppImage
```
docker build appimage -t gtk4-rs-docker
```
## Compiling the example application
To compile the example application use docker-compose (note your system needs `libadwaita` to run the example application):
To compile the example application use docker-compose (note your system needs `libadwaita` to run the example application unless you build the AppImage):
```
docker-compose up