Skip to content

Commit

Permalink
Update Dockerfile.arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-shah12 authored Feb 22, 2022
1 parent 9c7f561 commit 3b94e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /
COPY . .

RUN \
apk add --no-cache --virtual .build-deps alpine-sdk python && \
apk add --no-cache --virtual .build-deps alpine-sdk python3 && \
npm install --unsafe-perm --production && \
npm install --unsafe-perm --production @sematext/logagent-nodejs-monitor && \
mkdir -p /etc/sematext && \
Expand Down

0 comments on commit 3b94e65

Please sign in to comment.