Skip to content

Commit

Permalink
Revive freetype builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jan 21, 2022
1 parent 0f60d9a commit 54f66ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM trzeci/emscripten:sdk-tag-1.38.43-64bit
FROM emscripten/emsdk:1.40.1

RUN wget https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/freetype-2.10.4.tar.xz && \
RUN wget --no-check-certificate https://download.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.xz && \
tar xf freetype-2.10.4.tar.xz

RUN apt-get -qq -y update && \
Expand Down

0 comments on commit 54f66ef

Please sign in to comment.