remove inotify installation from nats docker image
This commit is contained in:
parent
1655ddbcaa
commit
ec4523240f
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue