From 5e01560104793076da109ead208809ebe5629ab7 Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 7 Feb 2023 19:28:11 +0000 Subject: [PATCH] change baseimage to ubuntu --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04074fd..cc656cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Snapraid 12.0 -FROM debian:bullseye +FROM ubuntu:22.04 -RUN apt-get update -RUN apt-get install -y python3 git snapraid smartmontools tzdata cron +RUN apt update +RUN apt install -y python3 git snapraid smartmontools tzdata cron RUN git clone https://github.com/Chronial/snapraid-runner.git /app/snapraid-runner RUN chmod +x /app/snapraid-runner/snapraid-runner.py