[go: nahoru, domu]

Skip to content

Commit

Permalink
add 127.0.0.1.xip.io to /etc/hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 18, 2017
1 parent ab3bc63 commit 669b1ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/docker-ci/h2o-ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN apt-get install --yes libfcgi-perl libfcgi-procmanager-perl libipc-signal-pe
# clang-4.0 for fuzzing
RUN apt-get install -y clang-4.0

# configuration
RUN echo '127.0.0.1 127.0.0.1.xip.io' >> /etc/hosts

# create user
RUN useradd --create-home ci
RUN echo 'ci ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
Expand Down

0 comments on commit 669b1ef

Please sign in to comment.