Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 02e95194 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

update env Dockerfile

parent 9538edb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
image: ubuntu:20.04
image: $CI_REGISTRY_IMAGE/env:latest


stages:
stages:
 - check
 - check
+2 −0
Original line number Original line Diff line number Diff line
@@ -12,3 +12,5 @@ RUN pip install -r /requirements.txt \
&& pip install -r /requirements-dev.txt \
&& pip install -r /requirements-dev.txt \
&& pip install virtualenv docker-compose \
&& pip install virtualenv docker-compose \
&& rm -f /requirements.txt /requirements-dev.txt
&& rm -f /requirements.txt /requirements-dev.txt

RUN npm install -g grunt-cli
 No newline at end of file