Initial Commit
This commit is contained in:
parent
9e0d0ef180
commit
1996735586
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM cloudron/base:0.11.0
|
||||
FROM cloudron/base:1.0.0
|
||||
MAINTAINER JOduMonT <support@jodumont.com>
|
||||
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
RUN apt update && apt install -y python build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev libffi-dev libssl-dev python-pip
|
||||
RUN apt update && apt install -y python build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev libffi-dev libssl-dev python-pip
|
||||
RUN pip install --no-cache -r https://raw.githubusercontent.com/asciimoo/searx/master/requirements.txt
|
||||
RUN curl -L https://github.com/asciimoo/searx/archive/master.tar.gz | tar -xz --strip-components 1 -f -
|
||||
RUN mv /app/code/searx/settings.yml /app/code/searx/settings.yml.orig
|
||||
|
@ -16,4 +16,4 @@ EXPOSE 8888
|
|||
|
||||
ADD start_searx.sh /app/
|
||||
|
||||
CMD [ "/app/start_searx.sh" ]
|
||||
CMD [ "/app/start_searx.sh" ]
|
||||
|
|
Loading…
Reference in a new issue