mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated Dockerfile
This commit is contained in:
@@ -25,8 +25,8 @@ RUN apt-get update \
|
||||
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4 \
|
||||
&& echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y mongodb-org \
|
||||
&& mongod >> /var/log/mongod.log 2>&1 &
|
||||
&& apt-get install -y mongodb-org
|
||||
RUN mongod >> /var/log/mongod.log 2>&1 &
|
||||
|
||||
# install python
|
||||
#RUN git clone git://github.com/yyuu/pyenv.git ~/.pyenv
|
||||
|
||||
Reference in New Issue
Block a user