Skip to content

Commit

Permalink
Fix worker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortlov authored and lcarva committed Jan 29, 2021
1 parent 95ba228 commit caab92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-workers
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:8 AS builder

RUN dnf -y install dnf-plugins-core \
&& dnf -y install epel-release \
&& dnf config-manager --set-enabled PowerTools
&& dnf config-manager --set-enabled powertools

RUN dnf -y install \
--setopt=deltarpm=0 \
Expand Down

0 comments on commit caab92e

Please sign in to comment.