added Dockerfile

This commit is contained in:
Bryan Joshua Pedini 2022-03-27 14:17:47 +02:00
parent e5795f6c9e
commit 17af235dca
1 changed files with 8 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
# Copyright (c) 2022 Bryan Joshua Pedini
# License: MIT · see LICENSE file for more details
ARG GO_VERSION "$GO_VERSION"
FROM golang:${GO_VERSION}
RUN apk add --no-cache git; \
rm -rf /var/cache/apk