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)"