Update dockerfile

This commit is contained in:
Gabriel Augendre 2023-03-25 09:46:19 +01:00
parent df3a480335
commit 4a66efd3a6

View file

@ -1,5 +1,5 @@
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN pip install pip-tools invoke \ RUN pip install pip-tools invoke
&& inv sync-dependencies \ RUN invoke sync-dependencies
&& pre-commit install --install-hooks RUN pre-commit install --install-hooks