We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8966ec commit 7379105Copy full SHA for 7379105
Dockerfile
@@ -1,5 +1,6 @@
1
FROM golang:1.19.3-alpine3.15
2
LABEL org.opencontainers.image.source https://github.com/avkosme/hugo-dev
3
+LABEL org.opencontainers.image.description Golang app docker image for developing
4
5
RUN apk add --no-cache git rsync sshpass hugo ansible npm openssh-client make g++ python3 curl py3-pip nftables openssl protoc tzdata vim
6
RUN ln -s /usr/bin/python3 /usr/bin/python
0 commit comments