Mythus commited on
Commit
c31b0bd
·
verified ·
1 Parent(s): 3c5b0d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -1,9 +1,6 @@
1
  # Use a specific version for the base image
2
  FROM python:3.8-slim
3
 
4
- RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf && \
5
- echo "nameserver 1.1.1.1" >> /etc/resolv.conf
6
-
7
  # Set a working directory in the container
8
  WORKDIR /app
9
 
 
1
  # Use a specific version for the base image
2
  FROM python:3.8-slim
3
 
 
 
 
4
  # Set a working directory in the container
5
  WORKDIR /app
6