mirror of
https://github.com/sorenisanerd/gotty.git
synced 2025-04-02 17:10:29 +00:00
Fix missing npm package install
Waiting for https://github.com/sorenisanerd/gotty/pull/38
This commit is contained in:
parent
4247a9a87e
commit
fe50e22be6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user