nprime commited on
Commit
96d72d5
·
verified ·
1 Parent(s): 4ef617b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -1,7 +1,5 @@
1
  FROM python:3.13.5-slim
2
 
3
- RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf
4
-
5
  WORKDIR /app
6
 
7
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.13.5-slim
2
 
 
 
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \