Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jglambed committed Dec 15, 2017
1 parent b8e6590 commit 8ef882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN wget "https://github.com/mholt/caddy/releases/download/v0.9.5/caddy_linux_am
&& rm -f /caddy.tgz

# Add and Setup Schema-Registry-Ui
RUN wget "https://github.com/Landoop/schema-registry-ui/releases/download/v.0.9.3/schema-registry-ui-0.93.tar.gz" \
RUN wget "https://github.com/Landoop/schema-registry-ui/releases/download/v.0.9.3/schema-registry-ui-0.9.3.tar.gz" \
-O /schema-registry-ui.tar.gz \
&& mkdir /schema-registry-ui \
&& tar xzf /schema-registry-ui.tar.gz -C /schema-registry-ui \
Expand Down

0 comments on commit 8ef882c

Please sign in to comment.