Update Dockerfile

This commit is contained in:
Casey LP
2023-08-12 14:11:45 +01:00
committed by GitHub
parent 1833d04638
commit 6289e1e70c
+1 -1
View File
@@ -13,7 +13,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"
RUN apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev screen uuid-runtime
RUN apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev libsqlite3-dev screen uuid-runtime
COPY --from=build /app /opt/opensim