We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ed4ad commit 5a66cb3Copy full SHA for 5a66cb3
opt/build/docker/dockerfile.tmpl
@@ -37,7 +37,6 @@ COPY --from=redis /usr/local/ /usr/local/
37
COPY ./opt/ opt/
38
ADD ./tests/flow/ tests/flow/
39
40
-RUN ./opt/readies/bin/getupdates
41
RUN if [ ! -z $(command -v apt-get) ]; then apt-get -qq update; apt-get -q install -y git; fi
42
RUN if [ ! -z $(command -v yum) ]; then yum install -y git; fi
43
RUN FORCE=1 ./opt/readies/bin/getpy3
0 commit comments