From a0d9ef9f2ba2ee6378e93175192f3cd462b755e0 Mon Sep 17 00:00:00 2001 From: sfaqer Date: Sun, 20 Oct 2024 01:23:20 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BB=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80?= =?UTF-8?q?=D0=BA=D0=B8=20oscript=20=D0=BF=D0=BE=D0=B4=D0=BD=D1=8F=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20ovm=20=D0=B0=20?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=20=D0=B6=D0=B5=20=D0=B2=D1=8B=D1=85=D0=BB?= =?UTF-8?q?=D0=BE=D0=BF=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BA=D0=BE=D0=B4=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=B2=20UTF-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oscript/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oscript/Dockerfile b/oscript/Dockerfile index a48966a..8c89c1b 100644 --- a/oscript/Dockerfile +++ b/oscript/Dockerfile @@ -7,6 +7,9 @@ FROM ${DOCKER_REGISTRY_URL}/${BASE_IMAGE}:${BASE_TAG} # Installing mono and oscript dependencies ARG MONO_VERSION=6.12.0.122 +ENV LANG="C.UTF-8" \ + LC_ALL="C.UTF-8" + RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ca-certificates \ @@ -37,7 +40,7 @@ RUN chmod +x /remove-dst-root-ca-x3.sh \ # Installing oscript ARG OVM_REPOSITORY_OWNER=oscript-library -ARG OVM_VERSION=v1.0.0-RC16 +ARG OVM_VERSION=v1.2.3 ARG ONESCRIPT_VERSION=stable ARG ONESCRIPT_PACKAGES="add gitsync vanessa-runner stebi edt-ripper"