From 1acc92b1fb919c1af94c0ada3e06d1d9593ecbd5 Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 7 Feb 2023 19:27:24 +0000 Subject: [PATCH] revert 333c2f81fa811e14271ed8b3545b289fe77e9c6a revert try ubuntu as base image --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc656cf..04074fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Snapraid 12.0 -FROM ubuntu:22.04 +FROM debian:bullseye -RUN apt update -RUN apt install -y python3 git snapraid smartmontools tzdata cron +RUN apt-get update +RUN apt-get 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