mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Update dockerfile
This commit is contained in:
parent
df3a480335
commit
4a66efd3a6
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN pip install pip-tools invoke \
|
||||
&& inv sync-dependencies \
|
||||
&& pre-commit install --install-hooks
|
||||
RUN pip install pip-tools invoke
|
||||
RUN invoke sync-dependencies
|
||||
RUN pre-commit install --install-hooks
|
||||
|
|
Loading…
Reference in a new issue