We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a578 commit 3b32709Copy full SHA for 3b32709
.github/workflows/kali-package.dockerfile
@@ -1,7 +1,7 @@
1
From kalilinux/kali-rolling:latest
2
3
RUN apt-get update -y && apt-get install --no-install-recommends -y \
4
- git python3 python3-pip debhelper \
+ git python3 python3-pip debhelper cmake\
5
dh-virtualenv build-essential devscripts equivs \
6
&& apt-get clean \
7
&& rm -rf /var/lib/apt/lists/*
Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.10-slim
COPY . /app
WORKDIR /app
-RUN apt-get update && apt-get install --no-install-recommends -y git graphviz \
+RUN apt-get update && apt-get install --no-install-recommends -y git graphviz cmake\
8
9
0 commit comments