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 . .
|
||||
|
||||
# Add pipenv
|
||||
RUN pip install pipenv
|
||||
RUN pip install pipenv==2021.5.29
|
||||
|
||||
# Install dependencies
|
||||
RUN pipenv install
|
||||
|
|
Loading…
Reference in New Issue