From 43906a67f9debe82938def6317a79fbe247ff9b6 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Sat, 12 Aug 2023 15:02:25 +0100 Subject: [PATCH] Remove default SQLfile --- beta/source/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beta/source/Dockerfile b/beta/source/Dockerfile index 5f3a61f..108b213 100644 --- a/beta/source/Dockerfile +++ b/beta/source/Dockerfile @@ -6,6 +6,8 @@ RUN git checkout dotnet6 RUN ./runprebuild.sh && ./compile.sh +RUN rm bin/config-include/storage/SQLiteStandalone.ini + FROM mcr.microsoft.com/dotnet/runtime:6.0 LABEL org.opencontainers.image.title="OpenSimulator (unofficial)"