add unzip in dockerfile

This commit is contained in:
pi-farm
2023-11-23 00:47:19 +01:00
parent 7097f1deee
commit c1673e8bca
3 changed files with 197 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
FROM ubuntu:latest
RUN apt-get update && apt upgrade -y && apt-get autoremove -y
RUN apt-get install util-linux nano xz-utils wget systemctl sudo git tcpdump -y
RUN apt-get install unzip util-linux nano xz-utils wget systemctl sudo git tcpdump -y
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.0/s6-overlay-noarch.tar.xz /tmp
RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz