temporarily(?) fix keys during docker image creation #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker-PR | |
on: | |
# Run tests for any PRs. | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: | |
image: blackarchlinux/blackarch:base-devel | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run tests | |
run: | | |
sudo pacman -Sy --noconfirm --needed make docker devtools fakeroot fakechroot | |
make blackarch-base | |
make blackarch-base-devel | |
docker build ./blackarch-novnc --file ./blackarch-novnc/Dockerfile | |