diff --git a/Dockerfile b/Dockerfile index 0201887..e93dd1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ FROM base AS dev # You probably want sqlite3 to poke around with the database anyway USER root RUN apt update -RUN apt install sqlite3 +RUN apt install -y sqlite3 USER appuser # Expects that the source code will be mounted into the container CMD uvicorn app:app --reload --host 0.0.0.0 --log-config ./local-run-log-config.yaml