From 271f810c6a806fd4d19da57efc611b240efd31e2 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Mon, 24 May 2021 15:51:18 +0800 Subject: [PATCH] docker: add libnss-unknown to work around missing passwd entry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a277af..490ec33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:buster MAINTAINER Justin Wong 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 STATIC_DEPS=true python3 -m pip install pyquery