Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set SKIP_DOCKER_INSTALL inside Dockerfile
  • Loading branch information
crwood committed Feb 26, 2021
1 parent d0a4576 commit 36a1a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ RUN yum -y update && yum -y install \
&& yum clean all

COPY scripts/provision_devtools.sh /
RUN SKIP_OLD_PYTHON_VERSIONS=1 /provision_devtools.sh && rm /provision_devtools.sh
RUN SKIP_DOCKER_INSTALL=1 SKIP_OLD_PYTHON_VERSIONS=1 /provision_devtools.sh && rm /provision_devtools.sh

WORKDIR /gridsync
CMD ["bash", "-l", "-c", "make"]

0 comments on commit 36a1a34

Please sign in to comment.