Skip to content

Commit 3b32709

Browse files
committed
Add cmake in docker for shuriken
1 parent 675a578 commit 3b32709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kali-package.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From kalilinux/kali-rolling:latest
22

33
RUN apt-get update -y && apt-get install --no-install-recommends -y \
4-
git python3 python3-pip debhelper \
4+
git python3 python3-pip debhelper cmake\
55
dh-virtualenv build-essential devscripts equivs \
66
&& apt-get clean \
77
&& rm -rf /var/lib/apt/lists/*

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.10-slim
33
COPY . /app
44
WORKDIR /app
55

6-
RUN apt-get update && apt-get install --no-install-recommends -y git graphviz \
6+
RUN apt-get update && apt-get install --no-install-recommends -y git graphviz cmake\
77
&& apt-get clean \
88
&& rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)