Skip to content

Commit 8c487a5

Browse files
avelinoceriath
authored andcommitted
fixed install github_flavored_markdown package (avelino#2290)
1 parent 2d84226 commit 8c487a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:alpine
22

33
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
4+
RUN go get -u -v github.com/shurcooL/github_flavored_markdown/... github.com/gorilla/mux
55

66
WORKDIR /srv
77

0 commit comments

Comments
 (0)