diff --git a/Dockerfile b/Dockerfile index 2c39ff3..36ab8ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Base on latest (edge) alpine image FROM node:current-alpine as builder -RUN apk add -U git build-base python3 && \ +RUN apk add -U git build-base python3 curl && \ curl -L https://github.com/butlerx/wetty/archive/refs/tags/v2.0.3.tar.gz -o /tmp/wetty.tar.gz && \ tar zxvf /tmp/wetty.tar.zxvf -C /tmp WORKDIR /usr/src/app