File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,8 @@ RUN /etc/init.d/postgresql start && \
13
13
sed -e "s/local all all peer/local all all md5/" | \
14
14
tee /etc/postgresql/10/main/pg_hba.conf && \
15
15
/etc/init.d/postgresql stop
16
- USER root
17
- # psql --command "CREATE USER proxy_py WITH SUPERUSER PASSWORD 'proxy_py';" && \
18
- # createdb -O docker docker
19
16
20
- # RUN su postgres -c '/etc/init.d/postgresql start'
21
- # RUN su postgres -c 'createuser proxy_py'
22
- # RUN su postgres -c 'createdb proxy_py'
23
- # RUN su postgres -c 'psql -c "alter user proxy_py with encrypted password \'proxy_py\';"'
24
- # RUN su postgres -c 'psql -c "grant all privileges on database proxy_py to proxy_py;"'
25
- # RUN /etc/init.d/postgresql restart
17
+ USER root
26
18
RUN ls /
27
19
RUN wget https://github.com/DevAlone/proxy_py/archive/master.zip 2> /dev/null
28
20
RUN unzip master.zip
You can’t perform that action at this time.
0 commit comments