Skip to content

Commit

Permalink
Merge pull request #206 from adams549659584/develop
Browse files Browse the repository at this point in the history
fix: 🐛 fix docker build faild
  • Loading branch information
mritd authored Mar 26, 2023
2 parents dbfb65f + 412c8d1 commit 3667e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LABEL maintainer="mritd <[email protected]>"
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e "/etc/nsswitch.conf" ] && echo 'hosts: files dns' > /etc/nsswitch.conf
RUN echo 'hosts: files dns' > /etc/nsswitch.conf

# default timezon
# override it with `--build-arg TIMEZONE=xxxx`
Expand Down

0 comments on commit 3667e00

Please sign in to comment.