From e5f4f78560e8a4415dd16724b3b503f773d9c3d0 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 7 Apr 2022 21:02:23 +0700 Subject: [PATCH] switch to siwatinc baseimage --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff1f721..6bdca9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM ubuntu:18.04 +FROM ghcr.io/siwatinc/siwat-ubuntubaseimage:focal ARG DEBIAN_FRONTEND=noninteractive -ENV TZ=America/New_York +ENV TZ=Asia/Bangkok RUN apt-get update && apt-get install -y \ cmake \ @@ -52,9 +52,8 @@ https://github.com/OllisGit/OctoPrint-PrintJobHistory/releases/latest/download/m https://github.com/marian42/octoprint-preheat/archive/master.zip \ https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip \ https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip \ -https://github.com/jneilliii/OctoPrint-UltimakerFormatPackage/archive/master.zip \ https://github.com/jneilliii/OctoPrint-ConsolidateTempControl/archive/master.zip \ -https://github.com/LazeMSS/OctoPrint-UICustomizer/archive/main.zip +https://github.com/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/master.zip VOLUME /home/octoprint/.octoprint