Initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM jess/inkscape
|
||||
|
||||
RUN apt-get update && apt-get install -y python-lxml python-numpy
|
||||
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get install -y golang
|
||||
ADD main.go .
|
||||
RUN go build -o main main.go
|
||||
|
||||
ENTRYPOINT ["/app/main"]
|
Reference in New Issue
Block a user