Skip to content

Commit

Permalink
Dockerfile.dev installs cloudwash from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Jun 26, 2022
1 parent 4b154d3 commit a5e52c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ WORKDIR "${HOME}"
RUN git clone https://github.com/RedHatQE/cloudwash.git && \
cd ${CLOUDWASH_DIR} && \
pip install --upgrade pip && \
pip install -r requirements.txt
pip install . && \
cp settings.yaml.template settings.yaml
# Workaround for the issue DistributionNotFound: The 'azure-mgmt-media~=1.0.0rc2' distribution was not found and is required by azure-mgmt
# RUN pip install azure-mgmt-media==1.0.0rc2

# Download conf file
RUN curl -o ${CLOUDWASH_DIR}/settings.yaml https://raw.githubusercontent.com/RedHatQE/cloudwash/master/settings.yaml.template

# arbitrary UID handling starting from virtualenv directory for pip permissions
USER 0
RUN chgrp -R 0 ${VIRTUAL_ENV} && \
Expand Down

0 comments on commit a5e52c8

Please sign in to comment.