Skip to content

Commit

Permalink
yum install supervisor
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 24, 2024
1 parent bcad1be commit 9ecdb9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2
ENV OPENSEARCH_CONTAINER true

RUN amazon-linux-extras install epel
RUN yum install -y supervisor
RUN yum install -y iproute \
python3-setuptools \
hostname \
Expand All @@ -92,9 +93,7 @@ RUN yum install -y iproute \
lsof \
python3-pip \
rsync && \
supervisor && \
yum clean all && \
pip3 install supervisor
yum clean all

RUN yum update -y && \
yum install -y nc unzip wget which && \
Expand Down

0 comments on commit 9ecdb9b

Please sign in to comment.