We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de75d4 commit 7c24a22Copy full SHA for 7c24a22
1 file changed
backend/docker/Dockerfile
@@ -57,7 +57,7 @@ ARG DEPS=main,admin,celery
57
# - curl: for installing poetry
58
# - libpcre2-dev & libpcre3 & libpcre3-dev: for uWSGI internal routing support
59
# - libpq-dev: for building psycopg2
60
-RUN apt-get install -y --no-install-recommends \
+RUN apt-get update && apt-get install -y --no-install-recommends \
61
build-essential \
62
curl \
63
libpcre2-dev \
0 commit comments