diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | FROM python:bullseye | 1 | FROM python:bullseye |
| 2 | 2 | ||
| 3 | RUN apt-get update | 3 | RUN apt-get update -y |
| 4 | RUN apt-get upgrade | 4 | RUN apt-get upgrade -y |
| 5 | RUN pip install pip -U | 5 | RUN pip install pip -U |
| 6 | 6 | ||
| 7 | WORKDIR /app | 7 | WORKDIR /app |
