Skip to content

Commit b7c0b87

Browse files
committed
Wrong zstd
1 parent e002b5f commit b7c0b87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV LC_ALL=en.US.UTF-8
2222
ENV LANG=en.US.UTF-8
2323

2424
# 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
2626

2727
# Copy the built app
2828
WORKDIR /app

dev.alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV LC_ALL=en.US.UTF-8
2222
ENV LANG=en.US.UTF-8
2323

2424
# 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
2626

2727
# Copy the built app
2828
WORKDIR /app

0 commit comments

Comments
 (0)