Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 21ae6eb

Browse files
committed
Merge commit 8a965d0 (no conflict)
2 parents 71ac638 + 8a965d0 commit 21ae6eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ ENV PATH "$SWIFTENV_ROOT/bin:$SWIFTENV_ROOT/shims:$PATH"
475475
#
476476
################################################################################
477477
USER buildbot
478-
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
478+
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/calavera/install/fc565dc04a2035287b90de7eab16933e59827734/install.sh)"
479479
ENV PATH "/opt/buildhome/.linuxbrew/bin:$PATH"
480480
ENV HOMEBREW_PREFIX "/opt/buildhome/.linuxbrew"
481481
ENV HOMEBREW_CELLAR "/opt/buildhome/.linuxbrew/Cellar"

included_software.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ The specific patch versions included will depend on when the image was last buil
6666
* Any version installable via `binrc`.
6767
* Gutenburg - `GUTENBERG_VERSION`
6868
* Any version installable via `binrc`.
69+
* Zola - `ZOLA_VERSION`
70+
* Any version installable via `binrc`.
6971
* [jq](https://stedolan.github.io/jq/) - 1.5
7072
* [ImageMagick](https://www.imagemagick.org) - 6.7.7
7173
* [GNU Make](https://www.gnu.org/software/make/) - 3.81

0 commit comments

Comments
 (0)