Draft: Resolve "GHC und Dependencies auf die neuste Version bringen" #206

Open
savau wants to merge 583 commits from 144-ghc-update into master
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 01a75dc6e8 - Show all commits

View File

@ -1,4 +1,4 @@
FROM registry.uniworx.de/uniworx/containers/debian:12.5
FROM debian:12.5
RUN apt-get -y update && apt-get -y install haskell-stack git
RUN apt-get -y update && apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config

View File

@ -1,4 +1,4 @@
FROM registry.uniworx.de/fradrive/fradrive/postgres:12
FROM postgres:12
# Allow for connecting to database without password authentication
ENV POSTGRES_HOST_AUTH_METHOD=trust

View File

@ -1,4 +1,4 @@
FROM registry.uniworx.de/uniworx/containers/debian:12.5
FROM debian:12.5
# Basic dependencies
RUN apt-get -y update && apt-get -y install curl npm

View File

@ -4,7 +4,7 @@
# Yoinked with love from:
# https://www.redhat.com/sysadmin/podman-inside-container
FROM registry.uniworx.de/uniworx/containers/debian:12.5
FROM debian:12.5
RUN apt-get -y update