mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-08-14 08:52:12 +00:00
Ignore DL3008
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user