revert non working stuf
This commit is contained in:
parent
512ea61c85
commit
760ea9f7e5
2 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
FROM python:3.12-bookworm
|
||||
FROM python:3.12-slim
|
||||
|
||||
# Labels
|
||||
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
|
||||
|
||||
RUN apt install ca-certificates
|
||||
ADD requirements.txt /
|
||||
RUN pip3 install -r /requirements.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue