aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index ac6a042..5f2d59f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
1FROM python:bullseye 1FROM python:bullseye
2 2
3RUN apt-get update 3RUN apt-get update -y
4RUN apt-get upgrade 4RUN apt-get upgrade -y
5RUN pip install pip -U 5RUN pip install pip -U
6 6
7WORKDIR /app 7WORKDIR /app