T6353: Add cracklib dependencies, fix local Docker build #903
+6
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change summary
libcrack2
cracklib-runtime
python3-cracklib
miscfiles
- DictionariesTypes of changes
Broken local build fix: when running
docker build -t vyos/vyos-build:current docker
in the source root directory locally the build was continuously failing on step 12 (line 138) when trying to download and install opam and OCaml, always displaying the same error message. A closer investigation revealed that the line causing the error wassed -i 's/read -r BINDIR/BINDIR=\"\"/' /tmp/opam_install.sh
which was supposed to edit an installation script on the fly. However, since the installation script is always pulled from the source repository, this line was no longer valid since the current version of the script usesread_tty
instead ofread -r
(line 1199 of the opam install script). After changing the line in question a local container was successfully built.Add the system dependencies required by password strength check functionality in vyos/vyos-1x
Local build error message (pre-change):
Related Task(s)
Related PR(s)
vyos/vyos-1x#4338 - Is blocked by this PR
Checklist: