Skip to content

Commit

Permalink
Added missing lua-socket
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Jul 14, 2020
1 parent 2314177 commit 932c49a
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 @@ -9,7 +9,7 @@ ENV INITRD No

RUN apt-get update -y
#RUN apt-get install --force-yes -y supervisor haproxy inotify-tools python-pip
RUN apt-get install --force-yes -y haproxy inotify-tools python-pip curl
RUN apt-get install --force-yes -y haproxy inotify-tools python-pip curl lua-socket
RUN pip install envtpl supervisor supervisor-logging
ADD supervisord.conf.tpl /etc/supervisor/supervisord.conf.tpl
ADD dir-prereqs.sh /dir-prereqs.sh
Expand Down

0 comments on commit 932c49a

Please sign in to comment.