Skip to content

Commit

Permalink
Add openvas-smb into devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Feb 10, 2025
1 parent 1da642a commit a14dad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ RUN python3 -m pipx install greenbone-feed-sync
# installing gvm-libs and openvas-scanner
RUN github-clone greenbone/gvm-libs
RUN github-clone greenbone/openvas-scanner
RUN github-clone greenbone/openvas-smb
RUN sudo sh /workspaces/greenbone/gvm-libs/.github/install-dependencies.sh
RUN sudo sh /workspaces/greenbone/gvm-libs/.github/install-openvas-smb-dependencies.sh
RUN sudo sh /workspaces/greenbone/openvas-scanner/.github/install-openvas-dependencies.sh

RUN build-gvm-libs
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/prepare-user-dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dirs="
/usr/local/share/man/man1/
/usr/local/share/man/man8/
/usr/local/include/gvm
/usr/local/include/openvas
/usr/local/share/openvas
/usr/local/bin
/usr/local/sbin
Expand Down

0 comments on commit a14dad4

Please sign in to comment.