Skip to content
Snippets Groups Projects
Commit 9f72e62d authored by Erwin Ried's avatar Erwin Ried
Browse files

For some reason bzip2 is required now

parent f3bf8dbd
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ COPY ./ /havocsrc
#Fetch dependencies from APT
RUN apt-get update && \
apt-get install -y tar wget dfu-util cmake python curl && \
apt-get install -y tar wget dfu-util cmake python bzip2 curl && \
apt-get -qy autoremove
#Install current pip from PyPa
......
......@@ -11,7 +11,7 @@ WORKDIR /havoc/firmware
# Fetch dependencies from APT
RUN apt-get update && \
apt-get install -y git tar wget dfu-util cmake python3 ccache curl && \
apt-get install -y git tar wget dfu-util cmake python3 bzip2 ccache curl && \
apt-get -qy autoremove
#Install current pip from PyPa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment