Fangrui Liu commited on
Commit
7ea3f70
1 Parent(s): 3f17c1d
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Python 3.9 image
2
- FROM ubuntu/bind9
3
 
4
  RUN apt-get update && apt-get install -y python3 python3-pip
5
 
 
1
  # Use the official Python 3.9 image
2
+ FROM python:3.9
3
 
4
  RUN apt-get update && apt-get install -y python3 python3-pip
5