Skip to content

Commit

Permalink
Remove the explicit dependency libexpat
Browse files Browse the repository at this point in the history
This is causing:

ERROR: unable to select packages:
  libexpat-2.5.0-r2:

  breaks: world[libexpat=2.6.3-r0]
  satisfies: fontconfig-2.14.2-r4[so:libexpat.so.1]

The dependency was added a while back in:

#369 as it seemed to be missing

from the docker image but it's not a problem anymore.
  • Loading branch information
marcospri committed Dec 5, 2024
1 parent 78485aa commit ea0d476
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 libexpat=2.6.3-r0
RUN apk add libpq

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

0 comments on commit ea0d476

Please sign in to comment.