diff --git a/Dockerfile b/Dockerfile index 94a12553e5fd90ac29ca3b14658d09200ad51579..62969c3b05392f06c9d2ac3db75c3547e3a10358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ WORKDIR /app COPY . . -RUN apt-get git \ +RUN apt-get install git \ && poetry install --only main \ && poetry run app_version