diff --git a/build/latest/Dockerfile b/build/latest/Dockerfile index a59e348..216a6f5 100644 --- a/build/latest/Dockerfile +++ b/build/latest/Dockerfile @@ -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/* diff --git a/build/latest/Dockerfile.mono b/build/latest/Dockerfile.mono index cf4e274..cf5d9fc 100644 --- a/build/latest/Dockerfile.mono +++ b/build/latest/Dockerfile.mono @@ -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/*