remove inotify installation from nats docker image

This commit is contained in:
sadnub 2022-01-09 11:49:07 -05:00
parent 1655ddbcaa
commit ec4523240f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM nats:2.6.6-alpine
ENV TACTICAL_DIR /opt/tactical
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
RUN apk add --no-cache inotify-tools supervisor bash
RUN apk add --no-cache supervisor bash
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]