mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-08-14 00:47:55 +00:00
Rolled back sqlite3 change.
This commit is contained in:
@@ -28,7 +28,7 @@ LABEL \
|
||||
|
||||
# hadolint ignore=DL3008
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y libc6-dev libgdiplus libsqlite3-0 uuid-runtime && \
|
||||
apt-get install --no-install-recommends -y libc6-dev libgdiplus libsqlite3-dev uuid-runtime && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ LABEL \
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
ca-certificates uuid-runtime libglib2.0-0 libgnutls30 libsqlite3-0 tzdata libgdiplus libfontconfig1 \
|
||||
ca-certificates uuid-runtime libglib2.0-0 libgnutls30 libsqlite3-dev tzdata libgdiplus libfontconfig1 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user