mirror of
https://github.com/hugomods/docker.git
synced 2025-04-27 05:30:47 +03:00
10 lines
162 B
Text
10 lines
162 B
Text
# syntax = devthefuture/dockerfile-x
|
|
INCLUDE ./Dockerfile-builder
|
|
|
|
FROM golang:alpine
|
|
|
|
INCLUDE ./snippets/common
|
|
|
|
INCLUDE ./snippets/git
|
|
|
|
INCLUDE ./snippets/user
|