added oasst postgres

This commit is contained in:
Yannic Kilcher
2023-01-17 11:30:52 +01:00
parent 4285438fe7
commit 137f733fef
3 changed files with 11 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM postgres
FROM postgres:15
# install unzip
RUN apt-get update && apt-get install -y unzip curl && rm -rf /var/lib/apt/lists/*