This repository was archived by the owner on Apr 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ RUN git clone https://github.com/apple/swift-format.git && \
28
28
sed -i -e 's/.upToNextMinor(from: "0.50700.0")/exact: "0.50700.0"/' Package.swift && \
29
29
swift build -c release
30
30
31
- FROM ubuntu:20 .04 as binaryen
31
+ FROM ubuntu:22 .04 as binaryen
32
32
33
33
RUN apt-get update && apt-get install -y curl
34
34
RUN curl -L -v -o binaryen.tar.gz https://github.com/WebAssembly/binaryen/releases/download/version_105/binaryen-version_105-x86_64-linux.tar.gz
35
35
RUN tar xzvf binaryen.tar.gz
36
36
37
- FROM ubuntu:20 .04 as symbolicator-builder
37
+ FROM ubuntu:22 .04 as symbolicator-builder
38
38
39
39
ARG SYMBOLICATOR_VERSION
40
40
RUN apt-get update && apt-get install -y curl
@@ -44,7 +44,7 @@ FROM $SWIFT_DOCKER_IMAGE-slim as swiftwasm-builder
44
44
45
45
ARG SWIFT_TAG
46
46
ARG NODE_VERSION
47
- ARG SWIFT_PLATFORM_SUFFIX=ubuntu20 .04_x86_64.tar.gz
47
+ ARG SWIFT_PLATFORM_SUFFIX=ubuntu22 .04_x86_64.tar.gz
48
48
ARG OPEN_JDK_VERSION
49
49
ARG CYPRESS_VERSION
50
50
@@ -92,6 +92,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
92
92
fonts-noto-color-emoji \
93
93
fonts-indic \
94
94
fonts-thai-tlwg-ttf \
95
+ unzip \
95
96
&& rm -rf /var/lib/apt/lists/*
96
97
97
98
# Install yarn
You can’t perform that action at this time.
0 commit comments