Skip to content

Commit

Permalink
RUN apt.sh supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 23, 2023
1 parent ff607b8 commit b8f02d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ RUN echo a.1; \
cd /tmp; curl -fSL -O https://ghproxy.com/https://github.com/ochinchina/supervisord/releases/download/v0.7.3/supervisord_0.7.3_Linux_$arch.tar.gz; \
tar -zxf supervisord_0.7.3_Linux_$arch.tar.gz; \cp -a supervisord_0.7.3_Linux_$arch/supervisord /usr/local/bin/go-supervisord; \
rm -rf /tmp/supervisord_0.7.3_Linux*; ls -lh /usr/local/bin/
# go-sv armv7: config arr err out of idx
RUN apt.sh supervisor

# 拆分包体与配置项两块,免频繁变动基础包
# HEADLESS
Expand Down

0 comments on commit b8f02d5

Please sign in to comment.