Skip to content

Commit

Permalink
user newer package from git
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Dec 20, 2023
1 parent 679a536 commit d429ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update && apt-get -qq install \
redis-tools \
&& rm -rf /var/lib/apt/lists/*

RUN pip install supervisor supervisor-stdout --break-system-packages
RUN pip install supervisor git+https://github.com/coderanger/supervisor-stdout --break-system-packages
COPY supervisord.conf /etc/supervisord.conf

RUN pecl install \
Expand Down

0 comments on commit d429ffe

Please sign in to comment.