fixed paths and added unp (#8)
All checks were successful
build / Dockerfile lint (push) Successful in 12s
build / build (push) Successful in 39s

Reviewed-on: #8
This commit is contained in:
2023-11-12 17:44:32 +01:00
parent 7eafeef093
commit 94fb458645
8 changed files with 20 additions and 13 deletions

View File

@ -3,7 +3,7 @@
FROM ubuntu:22.04
RUN apt-get update \
&& apt-get install -y nano mc micro rsync ncdu git curl \
&& apt-get install -y nano mc micro rsync ncdu git curl unp \
&& rm -rf /var/lib/apt/lists/*
COPY ./bin/ /usr/local/bin