Ignore DL3008

This commit is contained in:
soup-bowl
2026-01-31 20:05:56 +00:00
parent 4a58af9a23
commit 0235b72f26
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ LABEL \
ARG OPENSIM_VERSION=0.9.3.0
ARG OPENSIM_SHA1="a4bcd861626195af80cc1f962d3a2f4528859ad2"
# hadolint ignore=DL3008
RUN apt-get update \
&& apt-get install --no-install-recommends -y apt-utils curl libc6-dev libgdiplus libsqlite3-dev screen uuid-runtime \
&& apt-get clean \
+1
View File
@@ -17,6 +17,7 @@ ARG OPENSIM_SHA1="b280d109cf04755a02db1c729af5a5e4160d1ce6"
COPY --from=mono-build /opt/mono /opt/mono
# Make mono available on PATH and install runtime utilities
# hadolint ignore=DL3008
RUN apt-get update \
&& apt-get install --no-install-recommends -y ca-certificates curl screen uuid-runtime libglib2.0-0 libgnutls30 tzdata libgdiplus libfontconfig1 \
&& ln -s /opt/mono/bin/mono /usr/local/bin/mono \
+1
View File
@@ -11,6 +11,7 @@ LABEL \
ARG OPENSIM_VERSION=0.9.3.0
ARG OPENSIM_SHA1="a4bcd861626195af80cc1f962d3a2f4528859ad2"
# hadolint ignore=DL3008
RUN apt-get update \
&& apt-get install --no-install-recommends -y apt-utils curl libc6-dev libgdiplus libsqlite3-dev screen uuid-runtime \
&& apt-get clean \
+1
View File
@@ -21,6 +21,7 @@ LABEL \
org.opencontainers.image.source="https://github.com/soup-bowl/opensimulator-docker" \
org.opencontainers.image.licenses="MIT"
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install --no-install-recommends -y apt-utils libc6-dev libgdiplus libsqlite3-dev screen uuid-runtime && \
apt-get clean && \