Skip to content

Commit

Permalink
Merge pull request #23 from hareldev/clone-depth-change
Browse files Browse the repository at this point in the history
remove git history from image
  • Loading branch information
jyejare authored Jun 26, 2022
2 parents 4b154d3 + d883d8b commit 7833392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yum -y clean all
# Installing cloudwash
USER 1001
WORKDIR "${HOME}"
RUN git clone https://github.com/RedHatQE/cloudwash.git && \
RUN git clone --depth=1 https://github.com/RedHatQE/cloudwash.git && \
cd ${CLOUDWASH_DIR} && \
pip install --upgrade pip && \
pip install -r requirements.txt
Expand Down

0 comments on commit 7833392

Please sign in to comment.