build(docker/backend): tmp-remove deps
This commit is contained in:
parent
ebae2b386e
commit
13ec339f9b
@ -6,7 +6,7 @@ RUN grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/*
|
||||
# compile-time dependencies
|
||||
RUN apt-get -y update && apt-get -y install haskell-stack
|
||||
RUN apt-get -y update && apt-get -y install llvm
|
||||
RUN apt-get -y update && apt-get -y install g++ libghc-zlib-dev libpq-dev libsodium-dev pkg-config
|
||||
# RUN apt-get -y update && apt-get -y install g++ libghc-zlib-dev libpq-dev libsodium-dev pkg-config
|
||||
# RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
|
||||
# RUN apt-get -y update && apt-get -y install locales locales-all
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user