Skip to content

Commit 9c10400

Browse files
apk upgrade is unnecessary in Dockerfile
1 parent 9eee4ef commit 9c10400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM node:alpine
66
LABEL maintainer="[email protected]"
77
EXPOSE 3030
88

9-
RUN apk update && apk upgrade && apk add --no-cache python2 curl
9+
RUN apk update && apk add --no-cache python2 curl
1010

1111
COPY --from=py-ea /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages
1212
COPY --from=py-ea /opt/elastalert /opt/elastalert

0 commit comments

Comments
 (0)