remove inotify installation from nats docker image
This commit is contained in:
		@@ -3,7 +3,7 @@ FROM nats:2.6.6-alpine
 | 
				
			|||||||
ENV TACTICAL_DIR /opt/tactical
 | 
					ENV TACTICAL_DIR /opt/tactical
 | 
				
			||||||
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
 | 
					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"]
 | 
					SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user