mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - ignore wrong testing version in deb packages
This commit is contained in:
parent
2b7f627d86
commit
643b30f993
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class LinuxTest(Test):
|
|||
if distro in ("ubuntu", "debian"):
|
||||
LinuxTest.docker_exec(
|
||||
distro,
|
||||
"DEBIAN_FRONTEND=noninteractive apt-get install -y php-fpm unzip",
|
||||
"DEBIAN_FRONTEND=noninteractive apt-get install -y php-fpm unzip ; echo force-bad-version >> /etc/dpkg/dpkg.cfg",
|
||||
)
|
||||
if distro == "ubuntu":
|
||||
LinuxTest.docker_cp(
|
||||
|
|
|
|||
Loading…
Reference in a new issue