File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 8686 tags : baxtree/subaligner:${{ steps.tag.outputs.TAG }}.fed34
8787 push : true
8888
89- - name : Build and push the Debian 11 image
90- id : docker_build_deb11
91- uses : docker/build-push-action@v2
92- with :
93- context : ./docker
94- file : " ./docker/Dockerfile-Debian11"
95- build-args : |
96- "RELEASE_VERSION=${{ steps.tag.outputs.TAG }}"
97- allow : network.host
98- github-token : ${{ github.token }}
99- tags : baxtree/subaligner:${{ steps.tag.outputs.TAG }}.deb11
100- push : true
101-
10289 - name : Build and push the ArchLinux image
10390 id : docker_build_arch
10491 uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ENV RELEASE_VERSION=${RELEASE_VERSION}
88ENV TZ=Europe/London
99
1010RUN ["/bin/bash", "-c", "apt -y update &&\
11+ apt -y install build-essential &&\
1112 apt -y install ffmpeg &&\
1213 apt -y install espeak libespeak1 libespeak-dev espeak-data &&\
1314 apt -y install libsndfile-dev &&\
You can’t perform that action at this time.
0 commit comments