Youssouf ⚜️ commited on
Commit
d17f7f3
·
1 Parent(s): ce72d2b

Merge remote changes with DNS configuration

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -3,6 +3,9 @@
3
 
4
  FROM python:3.12
5
 
 
 
 
6
  RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
7
 
8
  RUN useradd -m -u 1000 user
 
3
 
4
  FROM python:3.12
5
 
6
+ RUN echo "nameserver 8.8.8.8" >> /etc/resolv.conf && \
7
+ echo "nameserver 8.8.4.4" >> /etc/resolv.conf
8
+
9
  RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
10
 
11
  RUN useradd -m -u 1000 user