Skip to content

Commit

Permalink
ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
arrpt committed Oct 29, 2023
1 parent ab13b14 commit 1e31650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kali/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM kalilinux/kali-rolling:amd64
FROM kalilinux/kali-last-release:amd64
RUN apt update && apt -y install kali-linux-headless
RUN apt clean && rm -rf /var/lib/apt/lists/*
5 changes: 5 additions & 0 deletions ubuntu-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM --platform=amd64 mcr.microsoft.com/devcontainers/base:jammy
RUN sudo apt update && sudo apt upgrade -y
RUN sudo apt install python3 python3-pip -y
RUN sudo apt clean && sudo rm -rf /var/lib/apt/lists/*
RUN sudo pip3 cache purge

0 comments on commit 1e31650

Please sign in to comment.