Skip to content

fix(docker): add apt-get update to 0-base.sh; replace web apt deps wi…#51

Merged
alexrf45 merged 1 commit into
mainfrom
docker-build-fix
Apr 3, 2026
Merged

fix(docker): add apt-get update to 0-base.sh; replace web apt deps wi…#51
alexrf45 merged 1 commit into
mainfrom
docker-build-fix

Conversation

@alexrf45

@alexrf45 alexrf45 commented Apr 3, 2026

Copy link
Copy Markdown
Owner

…th direct downloads

0-base.sh was missing sudo apt-get update before its apt-get install function calls, causing build failures whenever the sources/ layer cache was invalidated.

1-tools.sh web() function: replaced all apt packages (ffuf, hurl, sqlmap, whatweb, exiftool, default-mysql-client, postgresql-client, sqsh) with direct binary downloads and git clones. mycli and pgcli installed via pip as drop-in replacements for mysql/psql clients. sqsh dropped in favour of impacket mssqlclient.

…th direct downloads

0-base.sh was missing sudo apt-get update before its apt-get install
function calls, causing build failures whenever the sources/ layer
cache was invalidated.

1-tools.sh web() function: replaced all apt packages (ffuf, hurl,
sqlmap, whatweb, exiftool, default-mysql-client, postgresql-client,
sqsh) with direct binary downloads and git clones. mycli and pgcli
installed via pip as drop-in replacements for mysql/psql clients.
sqsh dropped in favour of impacket mssqlclient.
@alexrf45 alexrf45 merged commit b3113c9 into main Apr 3, 2026
1 check passed
alexrf45 added a commit that referenced this pull request Apr 3, 2026
🤖 I have created a release *beep* *boop*
---


## [4.1.1](v4.1.0...v4.1.1)
(2026-04-03)


### Bug Fixes

* **docker:** add apt-get update to 0-base.sh; replace web apt deps wi…
([#51](#51))
([b3113c9](b3113c9))
* **docker:** add apt-get update to 0-base.sh; replace web apt deps with
direct downloads
([1fdc6e7](1fdc6e7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant