fix: remove unused dependency
This commit is contained in:
parent
6867056bd5
commit
f3e9c1502c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue