Initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM golang:1.17
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y git python jq curl
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||
RUN apt-get update && apt-get install -y nodejs
|
||||
RUN npm install yarn -g
|
||||
|
||||
WORKDIR /workdir
|
||||
Reference in New Issue
Block a user