Skip to content

Commit 5a66cb3

Browse files
chayimDvirDukhan
andauthored
fixing centos8 docker (#916)
Co-authored-by: DvirDukhan <dvir@redislabs.com>
1 parent a3ed4ad commit 5a66cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opt/build/docker/dockerfile.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ COPY --from=redis /usr/local/ /usr/local/
3737
COPY ./opt/ opt/
3838
ADD ./tests/flow/ tests/flow/
3939

40-
RUN ./opt/readies/bin/getupdates
4140
RUN if [ ! -z $(command -v apt-get) ]; then apt-get -qq update; apt-get -q install -y git; fi
4241
RUN if [ ! -z $(command -v yum) ]; then yum install -y git; fi
4342
RUN FORCE=1 ./opt/readies/bin/getpy3

0 commit comments

Comments
 (0)