paxsenix0 commited on
Commit
8ef8c84
·
verified ·
1 Parent(s): 107142e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -66,9 +66,6 @@ RUN apt-get update && \
66
 
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" > /tmp/resolv.conf && \
71
- mv /tmp/resolv.conf /etc/resolv.conf
72
 
73
  # set working directory
74
  WORKDIR /app
 
66
 
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