update demo dockerfile (fail-wasm binding permission issue)
This commit is contained in:
@ -13,8 +13,7 @@ RUN chown fail /home/fail/.my.cnf
|
||||
|
||||
USER fail
|
||||
WORKDIR /home/fail
|
||||
RUN echo 'export PATH=$HOME/bin:$PATH' >> ~/.profile \
|
||||
&& echo 'cd $HOME/fail-wasm/examples' >> ~/.profile
|
||||
RUN echo 'export PATH=$HOME/bin:$PATH' >> ~/.profile
|
||||
|
||||
WORKDIR fail
|
||||
RUN mkdir build; cd build
|
||||
@ -150,7 +149,7 @@ ARG CACHE_DATE=1970-01-01
|
||||
WORKDIR /home/fail
|
||||
# RUN git clone https://github.com/danceos/fail-targets.git
|
||||
RUN git clone https://gitea.vps.chriphost.de/christoph/fail-targets
|
||||
RUN git clone https://gitea.vps.chriphost.de/christoph/fail-wasm
|
||||
# RUN git clone https://gitea.vps.chriphost.de/christoph/fail-wasm
|
||||
|
||||
USER root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user