Skip to content

Commit

Permalink
Removed curl and ca-certificates due to armv7 errors and no real requ…
Browse files Browse the repository at this point in the history
…irement
  • Loading branch information
adrianrudnik committed Aug 9, 2022
1 parent f62e21f commit 20f67cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ WORKDIR /app

COPY package* ./

RUN set -ex \
&& apk --no-cache upgrade \
&& apk --no-cache add curl ca-certificates \
&& update-ca-certificates \
&& npm install

COPY index.js ./index.js

COPY healthcheck.sh /app/healthcheck.sh
Expand Down

0 comments on commit 20f67cf

Please sign in to comment.