Commit 318de544 authored by nanahira's avatar nanahira

fix pg version

parent 589763f0
Pipeline #1855 passed with stages
in 5 minutes and 23 seconds
FROM alpine FROM postgres:alpine
ADD install.sh install.sh ADD install.sh install.sh
RUN sh install.sh && rm install.sh RUN sh install.sh && rm install.sh
......
...@@ -8,7 +8,7 @@ apk update ...@@ -8,7 +8,7 @@ apk update
apk add postgresql python3 py3-pip tzdata apk add python3 py3-pip tzdata
cp -rf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime cp -rf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
echo "Asia/Shanghai" > /etc/timezone echo "Asia/Shanghai" > /etc/timezone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment