Skip to content

Instantly share code, notes, and snippets.

@talkingtab
talkingtab / Dockerfile
Created May 1, 2019 18:06
docker file for hugo on arm64
# Adapted from several other Dockerfiles
# especially https://github.com/jguyomard/docker-hugo
FROM arm64v8/golang:1.12.4-alpine3.9
RUN apk add --no-cache \
gcc \
g++ \
libc-dev \
curl \