Skip to content

Commit

Permalink
Fix typo (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsky authored and osterman committed Jun 10, 2018
1 parent f08c9b6 commit 5370f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk update \
&& apk add ${APK_PACKAGES} \
&& mkdir -p /etc/bash_completion.d/ /etc/profile.d/ \
&& mkdir -p /conf \
&& touch /conf/.gitconfig \
&& touch /conf/.gitconfig

RUN echo "net.ipv6.conf.all.disable_ipv6=0" > /etc/sysctl.d/00-ipv6.conf

Expand Down

0 comments on commit 5370f98

Please sign in to comment.