Skip to content

Commit

Permalink
👷 build: add bind-tools to fix dns issue (lobehub#3468)
Browse files Browse the repository at this point in the history
* 👷 build: add `bind-tools` to fix dns issue

* 👷 build: add `bind-tools` package

* 🐛fix: fix comments typo

* Update Dockerfile.database

* rollback changes
  • Loading branch information
hezhijie0327 authored Aug 14, 2024
1 parent 344ac28 commit d11b76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ RUN \
if [ "${USE_CN_MIRROR:-false}" = "true" ]; then \
sed -i "s/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g" "/etc/apk/repositories"; \
fi \
# Add proxychains-ng package & update base package
# Add required package & update base package
&& apk update \
&& apk add --no-cache proxychains-ng \
&& apk add --no-cache bind-tools proxychains-ng \
&& apk upgrade --no-cache \
# Add user nextjs to run the app
&& addgroup --system --gid 1001 nodejs \
Expand Down

0 comments on commit d11b76f

Please sign in to comment.