paxsenix0 commited on
Commit
3375ae1
·
verified ·
1 Parent(s): d470784

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -67,6 +67,8 @@ RUN apt-get update && \
67
  # set timezone
68
  RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
69
 
 
 
70
  # set working directory
71
  WORKDIR /app
72
 
 
67
  # set timezone
68
  RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
69
 
70
+ RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf
71
+
72
  # set working directory
73
  WORKDIR /app
74