Skip to content

Commit

Permalink
Be more explicit that which is necessary in the yum autodetect
Browse files Browse the repository at this point in the history
  • Loading branch information
zendern committed Aug 14, 2020
1 parent 863746d commit 872d610
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/yum-autodetect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM centos:7

WORKDIR /ahab-docker

RUN yum -y install epel-release which python3-pip
RUN yum -y install epel-release python3-pip

#Required for autodetect to work
RUN yum -y install which

COPY ahab .

Expand Down

0 comments on commit 872d610

Please sign in to comment.