mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 14:37:37 +00:00
added lz4 to dockerfile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user