File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV LC_ALL=en.US.UTF-8
22
22
ENV LANG=en.US.UTF-8
23
23
24
24
# Upgrade internal tools and packages first
25
- RUN apt update && apt upgrade -y && apt autoremove -y && apt clean -y && apt install -y --no-install-recommends iputils-ping zstd
25
+ RUN apt update && apt upgrade -y && apt autoremove -y && apt clean -y && apt install -y --no-install-recommends iputils-ping libzstd1
26
26
27
27
# Copy the built app
28
28
WORKDIR /app
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV LC_ALL=en.US.UTF-8
22
22
ENV LANG=en.US.UTF-8
23
23
24
24
# Upgrade internal tools and packages first
25
- RUN apk update && apk upgrade && apk cache sync && apk add --no-cache icu-data-full icu-libs iputils-ping sed tzdata zstd
25
+ RUN apk update && apk upgrade && apk cache sync && apk add --no-cache icu-data-full icu-libs iputils-ping sed tzdata zstd-libs
26
26
27
27
# Copy the built app
28
28
WORKDIR /app
You can’t perform that action at this time.
0 commit comments