From f3e9c1502c12bd04e76dd735ada7b74c1c50f8bc Mon Sep 17 00:00:00 2001 From: arielherself Date: Mon, 8 Apr 2024 12:45:03 +0800 Subject: [PATCH] fix: remove unused dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c7616e..ff2eb33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER arielherself ENV DEBIAN_FRONTEND=noninteractive RUN apt update -RUN apt install git build-essential software-properties-common autoconf automake libtool pkg-config ca-certificates libssl-dev locales locales-all libzstd-dev liblzma-dev libbz2-dev libz-dev libpq-dev -y +RUN apt install git build-essential software-properties-common autoconf automake libtool pkg-config ca-certificates libssl-dev locales locales-all libzstd-dev liblzma-dev libbz2-dev libz-dev -y RUN apt clean ENV LC_ALL en_US.UTF-8 ENV LANG en_US.UTF-8