2024-01-12 14:22:46 +01:00
|
|
|
# Debian Sid with expermintal, pika and dmo repos
|
2024-01-07 16:18:42 +01:00
|
|
|
# Bump for rebuild on 07/01/2024 18:17 UTC +3
|
2024-01-12 14:22:46 +01:00
|
|
|
FROM debian:sid
|
|
|
|
RUN apt update
|
|
|
|
RUN apt install -y wget curl vim sudo systemd ifupdown rsyslog logrotate less bash-completion ca-certificates netbase lsb-release apt-utils gnupg2 apt-transport-https
|
2024-01-07 16:18:42 +01:00
|
|
|
RUN wget https://github.com/Jguer/yay/releases/download/v12.2.0/yay_12.2.0_x86_64.tar.gz
|
2024-01-12 14:22:46 +01:00
|
|
|
RUN ./setup.sh
|