Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
tox.ini (slackware-current): New
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 6, 2022
1 parent 226937d commit 0a12596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ FROM \${BASE_IMAGE} as with-system-packages
EOF
# slackpkg install ignores packages that it does not know, so we do not have to filter
EXISTS="true"
UPDATE="slackpkg update &&"
UPDATE="(yes|slackpkg update) &&"
INSTALL="slackpkg install"
;;
arch*)
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,10 @@ setenv =
#
# https://hub.docker.com/r/vbatts/slackware
#
slackware: SYSTEM=slackware
slackware: BASE_IMAGE=vbatts/slackware
slackware-14.2: BASE_TAG=14.2
slackware: SYSTEM=slackware
slackware: BASE_IMAGE=vbatts/slackware
slackware-14.2: BASE_TAG=14.2
slackware-current: BASE_TAG=current
slackware: IGNORE_MISSING_SYSTEM_PACKAGES=no
#
# https://hub.docker.com/r/voidlinux/
Expand Down

0 comments on commit 0a12596

Please sign in to comment.