projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ebd59
)
Fix urlesc import url in Dockerfile
author
Cody W. Opel
<codyopel@gmail.com>
Wed, 8 Jun 2016 00:15:28 +0000
(20:15 -0400)
committer
Anthony Fok
<foka@debian.org>
Wed, 8 Jun 2016 07:33:14 +0000
(
01:33
-0600)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index debd0a093400e96b4a903c62f8a6fafa0482848f..9c4ad0dcbf49811c0396c166622c4c7b0d706d1e 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-10,7
+10,7
@@
RUN go get github.com/stretchr/testify/assert \
&& go get github.com/bep/inflect \
&& go get github.com/BurntSushi/toml \
&& go get github.com/PuerkitoBio/purell \
- && go get github.com/
opennota
/urlesc \
+ && go get github.com/
PuerkitoBio
/urlesc \
&& go get github.com/dchest/cssmin \
&& go get github.com/eknkc/amber \
&& go get github.com/gorilla/websocket \