|
|
@ -13,7 +13,7 @@ ENV TZ Etc/UTC
|
|
|
|
LABEL version=$VERSION
|
|
|
|
LABEL version=$VERSION
|
|
|
|
|
|
|
|
|
|
|
|
RUN set -eu \
|
|
|
|
RUN set -eu \
|
|
|
|
&& apt update \
|
|
|
|
&& apt-get update \
|
|
|
|
&& echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
|
|
|
|
&& echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
|
|
|
|
&& apt-get install -y --no-install-recommends \
|
|
|
|
&& apt-get install -y --no-install-recommends \
|
|
|
|
python3 curl python3-pip git python3-multidict \
|
|
|
|
python3 curl python3-pip git python3-multidict \
|
|
|
|