build(docker): resort to dockerhub images for the moment
This commit is contained in:
parent
0389fadd41
commit
01a75dc6e8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user