mirror of https://github.com/sipwise/rtpengine.git
In commit a4ee01d27f we switched to debhelper compat level 13.
debhelper v13 isn't available in (plain) Debian buster,
and therefore the Debian pipeline for buster fails with:
| The following packages have unmet dependencies:
| builddeps:. : Depends: debhelper-compat (= 13)
Since we updated packaging for bullseye, also adapt the GitHub
actions / workflow accordingly.
Change-Id: I411a6ab16ee48c5c5fc1ca43c58c016df83e1ff7
pull/1498/head
parent
2f158114ab
commit
16693a4821
@ -1,4 +1,4 @@
|
||||
FROM debian:buster
|
||||
FROM debian:bullseye
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
name: "Build Docker image based on Debian/bullseye"
|
||||
description: "Build Docker image based on Debian/bullseye"
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
@ -1,6 +0,0 @@
|
||||
name: "Build Docker image based on Debian/buster"
|
||||
description: "Build Docker image based on Debian/buster"
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
Loading…
Reference in new issue