diff --git a/Dockerfile b/Dockerfile index 565e142..72cd110 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM golang:1.16 WORKDIR /gotty COPY . /gotty +RUN apt-get update && apt-get install -y nodejs npm RUN CGO_ENABLED=0 make FROM alpine:latest