Skip to content

Commit cc5cd13

Browse files
committed
retire the Debian image
1 parent c400a14 commit cc5cd13

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/dockerhub.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,6 @@ jobs:
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

docker/Dockerfile-Debian11

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV RELEASE_VERSION=${RELEASE_VERSION}
88
ENV TZ=Europe/London
99

1010
RUN ["/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 &&\

0 commit comments

Comments
 (0)