Skip to content

Commit

Permalink
Merge pull request #51 from sfaqer/feature/OVMBump
Browse files Browse the repository at this point in the history
Для сборки oscript поднята версия ovm а так же выхлоп перекодирован в UTF-8
  • Loading branch information
nixel2007 authored Oct 19, 2024
2 parents 5eb2260 + a0d9ef9 commit 52ef0df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion oscript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 52ef0df

Please sign in to comment.