fix: 码全代码添加
This commit is contained in:
8
template/cvbp/dockerfile/postgres.dockerfile
Normal file
8
template/cvbp/dockerfile/postgres.dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM postgres:13.10
|
||||
|
||||
RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list
|
||||
RUN apt-get clean
|
||||
RUN apt-get update
|
||||
RUN apt-get install wget -y
|
||||
RUN apt-get install postgresql-13-postgis-3 -y
|
||||
RUN apt-get install postgis -y
|
||||
Reference in New Issue
Block a user