Browse Source

dnf command missprint

Vadim Surkov 3 years ago
parent
commit
6a5016229d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.ubi8

+ 1 - 1
Dockerfile.ubi8

@@ -3,7 +3,7 @@
 FROM registry.access.redhat.com/ubi8/ubi:8.4
 LABEL maintainer="surkov.v@sdsys.ru"
 
-RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
+RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
     dnf install -y python38 openssh-clients git openssl sshpass && \
     pip3 install ansible netaddr && \
     adduser ansible