We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d84226 commit 8c487a5Copy full SHA for 8c487a5
Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:alpine
2
3
RUN apk add --update -t build-deps curl go git libc-dev gcc libgcc
4
-RUN go get github.com/russross/blackfriday github.com/gorilla/mux
+RUN go get -u -v github.com/shurcooL/github_flavored_markdown/... github.com/gorilla/mux
5
6
WORKDIR /srv
7
0 commit comments