Update jq

This commit is contained in:
Alexandre
2020-12-24 08:39:42 +01:00
committed by GitHub
parent 7b735b45c7
commit a87a0ef6dc

View File

@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update \
\
&& apt-get install -y --no-install-recommends \
jq=1.5+dfsg-2 \
jq \
\
&& apt-get -y upgrade cifs-utils \
&& curl -J -L -o /tmp/bashio.tar.gz \
@@ -29,4 +29,4 @@ RUN sed -i "s|/config|/emby|g" /etc/services.d/emby/run \
&& sed -i "s|/config|/emby|g" /etc/cont-init.d/30-config
# copy local files
COPY root/ /
COPY root/ /