Update Dockerfile
Browse files- 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
|