Skip to content

Commit 8a026ed

Browse files
committed
add apt-get update back
1 parent 6f9f87e commit 8a026ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN set -ex \
2424

2525
## builder-base image
2626
FROM base as builder-base
27-
RUN apt-get install --no-install-recommends -y \
27+
RUN apt-get update && \
28+
apt-get install --no-install-recommends -y \
2829
curl \
2930
build-essential \
3031
libpq-dev \

0 commit comments

Comments
 (0)