added lz4 to dockerfile

This commit is contained in:
Bernd Herzog
2023-03-27 16:22:20 +02:00
parent 7b4662fe4a
commit 9115eadd17
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ COPY ./ /havocsrc
#Fetch dependencies from APT
RUN apt-get update && \
apt-get install -y tar wget dfu-util cmake python bzip2 curl python3 python3-yaml && \
apt-get install -y tar wget dfu-util cmake python bzip2 lz4 curl python3 python3-yaml && \
apt-get -qy autoremove
#Install current pip from PyPa