Skip to content

Commit

Permalink
Require libexpat in the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 25, 2024
1 parent 2bc41ea commit 966b549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=python /usr/local/lib/libpython3.so /usr/local/lib/libpython3.so
COPY --from=python /usr/local/bin/newrelic-admin /usr/local/bin/newrelic-admin

# We need to install some package that are not present in the metabase image
RUN apk add libpq
RUN apk add libpq libexpat=2.6.3-r0

# Create the report user, group, home directory and package directory.
RUN addgroup -S report \
Expand Down

0 comments on commit 966b549

Please sign in to comment.