summaryrefslogtreecommitdiffstats
path: root/OS/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'OS/Dockerfile')
-rw-r--r--OS/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/OS/Dockerfile b/OS/Dockerfile
index 45efeef..dba7035 100644
--- a/OS/Dockerfile
+++ b/OS/Dockerfile
@@ -5,7 +5,7 @@ USER root
# Install minimal packages
RUN dnf -y install deltarpm pwgen tar python-dnf-plugins-extras-migrate && \
dnf-2 migrate && \
- dnf -y install psmisc procps coreutils findutils wget logrotate tar zip && \
+ dnf -y install psmisc procps coreutils findutils wget logrotate zip && \
dnf clean all
COPY *.sh /bin/
RUN chmod 775 /bin/sx-lib.sh /bin/run.sh