1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add missing zstd-libs to final Docker image

Also add `minetestserver --version` command to verify docker build in CI
This commit is contained in:
Buckaroo Banzai 2021-09-07 15:29:57 +02:00 committed by GitHub
parent 7f3401412e
commit bcb6565483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -180,7 +180,8 @@ jobs:
- uses: actions/checkout@v2
- name: Build docker image
run: |
docker build .
docker build . -t minetest:latest
docker run --rm minetest:latest /usr/local/bin/minetestserver --version
win32:
name: "MinGW cross-compiler (32-bit)"