We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7e55d commit e9c0395Copy full SHA for e9c0395
fili-wikipedia-example/Dockerfile
@@ -2,7 +2,8 @@ FROM druidio/example-cluster:latest
2
LABEL maintainer="https://groups.google.com/forum/#!forum/fili-developers"
3
4
# fili github information
5
-ENV GITHUB_OWNER=yahoo BRANCH=master
+ENV GITHUB_OWNER yahoo
6
+ENV BRANCH master
7
8
RUN apt-get update && apt-get install -y --no-install-recommends git curl
9
0 commit comments