Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 0a193e4

Browse files
authored
Merge pull request #27 from GoodNotes/cpf/add-non-latin-fonts
Add color emojis font
2 parents eb065c9 + 0daa323 commit 0a193e4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
9696
tzdata \
9797
zlib1g-dev \
9898
fonts-noto-cjk \
99+
fonts-noto-color-emoji \
99100
fonts-indic \
100101
fonts-thai-tlwg-ttf \
101102
&& rm -rf /var/lib/apt/lists/*

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ docker build \
2828
--build-arg SWIFT_FORMAT_TAG=0.50700.0 \
2929
--build-arg NODE_VERSION=16.x \
3030
--build-arg OPEN_JDK_VERSION=11 \
31-
--build-arg CYPRESS_VERSION=8.5.0 \
31+
--build-arg CYPRESS_VERSION=12.3.0 \
3232
--build-arg FIREFOX_VERSION=99.0.1 \
3333
--build-arg CHROME_VERSION=101.0.4951.54 \
3434
--build-arg CHROME_DRIVER_VERSION=101.0.4951.41 \
@@ -38,6 +38,23 @@ $ docker build \
3838
## [TAGGED VERSIONS](https://github.com/GoodNotes/swiftwasm-frontend-docker/pkgs/container/swiftwasm-frontend-docker)
3939
Here you are a list of the tagged dockers with the specific tools version included.
4040

41+
### 0.0.27:
42+
- Swift Web Assembly toolchain => `swift-wasm-5.7.3-RELEASE`
43+
- Carton => `0.17.0`
44+
- Binaryen => `105`
45+
- NodeJS => `v16.13.2`
46+
- Npm => `8.1.2`
47+
- Npx => `8.1.2`
48+
- Yarn => `1.22.17`
49+
- SwiftLint => `0.46.5`
50+
- SwiftFormat => `0.50700.0`
51+
- Cypress => `12.3.0`
52+
- Brotli => `1.0.9`
53+
- Chrome => `101.0.4951.54`
54+
- ChromeDriver => `101.0.4951.41`
55+
- Firefox => `99.0.1`
56+
- Sentry Symbolicator => `0.5.0`
57+
4158
### 0.0.26:
4259
- Swift Web Assembly toolchain => `swift-wasm-5.7.3-RELEASE`
4360
- Carton => `0.17.0`

0 commit comments

Comments
 (0)