Skip to content

Commit 7379105

Browse files
committed
Add label description
1 parent d8966ec commit 7379105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM golang:1.19.3-alpine3.15
22
LABEL org.opencontainers.image.source https://github.com/avkosme/hugo-dev
3+
LABEL org.opencontainers.image.description Golang app docker image for developing
34

45
RUN apk add --no-cache git rsync sshpass hugo ansible npm openssh-client make g++ python3 curl py3-pip nftables openssl protoc tzdata vim
56
RUN ln -s /usr/bin/python3 /usr/bin/python

0 commit comments

Comments
 (0)