Skip to content

Commit

Permalink
remove git history from image
Browse files Browse the repository at this point in the history
  • Loading branch information
Harel Hadad authored and jyejare committed Jun 26, 2022
1 parent 4b154d3 commit d883d8b
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 d883d8b

Please sign in to comment.