This commit is contained in:
Your Name 2022-11-27 15:23:22 -07:00
parent b7ccf0430e
commit 207a5116c3

View File

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.16
RUN apk update;apk add bash sudo postgresql postgresql-contrib dos2unix
WORKDIR /tmp