Skip to content

Commit 7c24a22

Browse files
committed
fix: added "apt-get update" for build
- for some reason, otherwise there are issues on build Refs: TILA-4411
1 parent 1de75d4 commit 7c24a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ARG DEPS=main,admin,celery
5757
# - curl: for installing poetry
5858
# - libpcre2-dev & libpcre3 & libpcre3-dev: for uWSGI internal routing support
5959
# - libpq-dev: for building psycopg2
60-
RUN apt-get install -y --no-install-recommends \
60+
RUN apt-get update && apt-get install -y --no-install-recommends \
6161
build-essential \
6262
curl \
6363
libpcre2-dev \

0 commit comments

Comments
 (0)