Fixed missing python-setuptools
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8df79d68ff
commit
a5c28ee62b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN chmod +x /tmp/s6-overlay-amd64-installer && \
|
||||||
-Syu \
|
-Syu \
|
||||||
--noconfirm \
|
--noconfirm \
|
||||||
--needed \
|
--needed \
|
||||||
python python-pip nginx && \
|
python python-setuptools python-pip nginx && \
|
||||||
useradd -s /bin/false nginx && \
|
useradd -s /bin/false nginx && \
|
||||||
mkdir /data
|
mkdir /data
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue