mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix
This commit is contained in:
@@ -31,8 +31,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 627220E7 \
|
|||||||
&& apt-get remove -y build-essential \
|
&& apt-get remove -y build-essential \
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& apt-get clean -y \
|
&& apt-get clean -y \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
&& mkdir /var/log/supervisor/
|
|
||||||
|
|
||||||
ADD ./001-scrapyd /etc/scrapyd/conf.d/
|
ADD ./001-scrapyd /etc/scrapyd/conf.d/
|
||||||
ADD ./supervisord.conf /etc/supervisor/supervisord.conf
|
ADD ./supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user