build(docker): resort to dockerhub images for the moment

This commit is contained in:
Sarah Vaupel 2024-09-20 02:37:20 +02:00
parent 0389fadd41
commit 01a75dc6e8
4 changed files with 4 additions and 4 deletions

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 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 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 # Allow for connecting to database without password authentication
ENV POSTGRES_HOST_AUTH_METHOD=trust 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 # Basic dependencies
RUN apt-get -y update && apt-get -y install curl npm RUN apt-get -y update && apt-get -y install curl npm

View File

@ -4,7 +4,7 @@
# Yoinked with love from: # Yoinked with love from:
# https://www.redhat.com/sysadmin/podman-inside-container # 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 RUN apt-get -y update