Fix build :fingers-crossed:
Change-Id: I2f904ddee198167efc11bc762823105a3c704b16 Reviewed-on: https://gerrit.instructure.com/118045 Tested-by: Jenkins Reviewed-by: Landon Wilkins <lwilkins@instructure.com> Product-Review: Landon Wilkins <lwilkins@instructure.com> QA-Review: Landon Wilkins <lwilkins@instructure.com>
This commit is contained in:
parent
42df451ceb
commit
902fca830d
|
@ -5,6 +5,7 @@
|
|||
.idea
|
||||
|
||||
build/
|
||||
!build/vendor/woff-code-latest.zip
|
||||
docker-compose/
|
||||
!docker-compose/config/*
|
||||
docker-compose.local.*.yml
|
||||
|
|
|
@ -41,8 +41,8 @@ RUN if [ -e /var/lib/gems/$RUBY_MAJOR.0/gems/bundler-* ]; then BUNDLER_INSTALL="
|
|||
&& find $GEM_HOME ! -user docker | xargs chown docker:docker
|
||||
|
||||
# We will need sfnt2woff in order to build fonts
|
||||
RUN curl -O https://people-mozilla.org/~jkew/woff/woff-code-latest.zip \
|
||||
&& unzip woff-code-latest.zip -d woff \
|
||||
COPY build/vendor/woff-code-latest.zip ./
|
||||
RUN unzip woff-code-latest.zip -d woff \
|
||||
&& cd woff \
|
||||
&& make \
|
||||
&& cp sfnt2woff /usr/local/bin \
|
||||
|
|
|
@ -41,8 +41,8 @@ RUN if [ -e /var/lib/gems/$RUBY_MAJOR.0/gems/bundler-* ]; then BUNDLER_INSTALL="
|
|||
|
||||
<% if development? -%>
|
||||
# We will need sfnt2woff in order to build fonts
|
||||
RUN curl -O https://people-mozilla.org/~jkew/woff/woff-code-latest.zip \
|
||||
&& unzip woff-code-latest.zip -d woff \
|
||||
COPY build/vendor/woff-code-latest.zip ./
|
||||
RUN unzip woff-code-latest.zip -d woff \
|
||||
&& cd woff \
|
||||
&& make \
|
||||
&& cp sfnt2woff /usr/local/bin \
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue