mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
docker: add libnss-unknown to work around missing passwd entry
This commit is contained in:
parent
8431deb7ff
commit
271f810c6a
@ -2,7 +2,7 @@ FROM debian:buster
|
|||||||
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>
|
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip
|
apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip libnss-unknown
|
||||||
|
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
RUN STATIC_DEPS=true python3 -m pip install pyquery
|
RUN STATIC_DEPS=true python3 -m pip install pyquery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user