add apt-get update back

This commit is contained in:
Brian Rosner 2024-05-19 17:29:28 -06:00
parent 6f9f87e91e
commit 8a026eda3f

View File

@ -24,7 +24,8 @@ RUN set -ex \
## builder-base image
FROM base as builder-base
RUN apt-get install --no-install-recommends -y \
RUN apt-get update && \
apt-get install --no-install-recommends -y \
curl \
build-essential \
libpq-dev \