From bf2fd59f440c6f302be1ea1e09cbfbcd1bd59bb8 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Sat, 6 Apr 2024 23:34:54 +0100 Subject: [PATCH] Allow OSV def. --- build/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/latest/Dockerfile b/build/latest/Dockerfile index ade31bf..07741bc 100644 --- a/build/latest/Dockerfile +++ b/build/latest/Dockerfile @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="code@soupbowl.io" LABEL org.opencontainers.image.source="https://github.com/soup-bowl/opensimulator-docker" LABEL org.opencontainers.image.licenses="MIT" -ENV OPENSIM_VERSION 0.9.2.2 +ARG OPENSIM_VERSION=0.9.2.2 RUN apt-get update && apt-get install -y screen uuid-runtime