Initial commit
This commit is contained in:
commit
8247304c02
|
@ -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
|
Loading…
Reference in New Issue