diff --git a/docker/containers/tactical-nats/dockerfile b/docker/containers/tactical-nats/dockerfile index 83441961..8be713ff 100644 --- a/docker/containers/tactical-nats/dockerfile +++ b/docker/containers/tactical-nats/dockerfile @@ -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"]