ThongCoder commited on
Commit
891c1af
·
verified ·
1 Parent(s): a7d65ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM ubuntu:22.04
2
- EXPORT DEBIAN_INTERFACE=noninteractive
3
 
4
  # Install basics + add deadsnakes for Python 3.12
5
  RUN apt-get update && apt-get install -y \
 
1
  FROM ubuntu:22.04
2
+ ENV DEBIAN_FRONTEND=noninteractive
3
 
4
  # Install basics + add deadsnakes for Python 3.12
5
  RUN apt-get update && apt-get install -y \