Update dockerfile to install a specific version of pipenv
Codeacy didn't like not specifying the version
This commit is contained in:
parent
a4b15af866
commit
62a30a0390
|
@ -5,7 +5,7 @@ WORKDIR /plane
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Add pipenv
|
# Add pipenv
|
||||||
RUN pip install pipenv
|
RUN pip install pipenv==2021.5.29
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pipenv install
|
RUN pipenv install
|
||||||
|
|
Loading…
Reference in New Issue