fix: remove unused dependency

This commit is contained in:
arielherself 2024-04-08 12:45:03 +08:00
parent 6867056bd5
commit f3e9c1502c
Signed by: arielherself
SSH Key Fingerprint: SHA256:AK3cyo9tFsp7Mox7K0sYphleC8hReXhnRKxwuDT5LBc
1 changed files with 1 additions and 1 deletions

View File

@ -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