add apt-get update back
This commit is contained in:
parent
6f9f87e91e
commit
8a026eda3f
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user