Skip to content

Instantly share code, notes, and snippets.

View vahpetr's full-sized avatar
😎
superman

Vasilev Pyotr vahpetr

😎
superman
View GitHub Profile
@vahpetr
vahpetr / Dockerfile
Created May 4, 2022 19:37 — forked from rizo/Dockerfile
Alpine (3.6) based docker image with Protocol Buffers compiler supporting Go.
# Protobuf Builder
# ================
#
# This image builds protocol buffers library from source with Go generation
# support. The builder and runner images are produced.
# Builder Image
# -------------
FROM golang:1.8.3-alpine3.6 as builder