We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8d4cb commit f83da2eCopy full SHA for f83da2e
tox.ini
@@ -227,6 +227,7 @@ setenv =
227
ubuntu-mantic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
228
#
229
# https://hub.docker.com/_/debian
230
+ # debian-buster does not have libfreetype-dev (it only has libfreetype6-dev)
231
# debian-bullseye does not have libgiac-dev
232
# debian-trixie does not have libbrial-dev
233
@@ -237,6 +238,7 @@ setenv =
237
238
debian-stretch: BASE_TAG=stretch
239
debian-stretch: IGNORE_MISSING_SYSTEM_PACKAGES=yes
240
debian-buster: BASE_TAG=buster
241
+ debian-buster: IGNORE_MISSING_SYSTEM_PACKAGES=yes
242
debian-bullseye: BASE_TAG=bullseye
243
debian-bullseye: IGNORE_MISSING_SYSTEM_PACKAGES=yes
244
debian-bookworm: BASE_TAG=bookworm
0 commit comments