From 4918acdfeb1408e70422e664520a6c6af1af0fa7 Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Sat, 23 Mar 2024 22:17:53 +0700 Subject: [PATCH] Trigger gitea actions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 132ca8c..247548d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN apk add --update --no-cache \ bash libcap tzdata curl # SET LOCAL TIMEZONE -RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \ No newline at end of file