From c984ea9d864e0e758f24b0a53d9612f4584338c7 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 08:56:24 +0100 Subject: [PATCH] Change image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ca5a29..1497b0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM archlinux:latest +FROM loxygen:autozoil MAINTAINER Filip Gralinski USER root -RUN pacman -Sy && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc +RUN pacman -Sy --noconfirm && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc