build(docker/backend): switch to official stack snapshot image
This commit is contained in:
parent
bd8630472b
commit
5524f4da4a
@ -1,13 +1,12 @@
|
|||||||
FROM devfra.azurecr.io/de.fraport.build/tools:1.1.0
|
FROM docker.io/fpco/stack-build:lts-18.0
|
||||||
|
|
||||||
# DEBUG: list apt sources
|
# add public key for nvidia cuda repositories
|
||||||
RUN grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/*
|
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC
|
||||||
|
|
||||||
ENV LANG=en_US.UTF-8
|
ENV LANG=en_US.UTF-8
|
||||||
|
|
||||||
# compile-time dependencies
|
# 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 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 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
|
||||||
# RUN apt-get -y update && apt-get -y install locales locales-all
|
# RUN apt-get -y update && apt-get -y install locales locales-all
|
||||||
|
|||||||
Reference in New Issue
Block a user