mirror of
https://github.com/hugomods/docker.git
synced 2025-04-26 13:10:48 +03:00
14 lines
208 B
Text
14 lines
208 B
Text
# syntax = devthefuture/dockerfile-x
|
|
INCLUDE ./Dockerfile-builder
|
|
|
|
FROM alpine
|
|
|
|
INCLUDE ./snippets/common
|
|
|
|
INCLUDE ./snippets/dart-sass
|
|
|
|
INCLUDE ./snippets/git
|
|
|
|
INCLUDE ./snippets/go
|
|
|
|
INCLUDE ./snippets/user
|