Skip to content

Commit

Permalink
Removing impacket in oldstable for now
Browse files Browse the repository at this point in the history
It breaks the oldstable build when creating an image for arm64.

Since it should not be used in production anyway and we just use it for
testing if we can still compile I think it is ok to remove runtime
depdencies for now at least until a solution is found.
  • Loading branch information
nichtsfrei committed Feb 4, 2025
1 parent ec2e583 commit 61b911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/prod-oldstable.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
# nasl_pread: Failed to execute child process “netstat” (No such file or directory)
net-tools \
# for openvas-smb support
python3-impacket \
# python3-impacket \
libgnutls30 \
libgssapi3-heimdal \
libkrb5-26-heimdal \
Expand Down

0 comments on commit 61b911d

Please sign in to comment.