Skip to content

Commit 7983da2

Browse files
committed
Remove the explicit dependency libexpact
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.
1 parent 78485aa commit 7983da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY --from=python /usr/local/lib/libpython3.so /usr/local/lib/libpython3.so
3131
COPY --from=python /usr/local/bin/newrelic-admin /usr/local/bin/newrelic-admin
3232

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

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

0 commit comments

Comments
 (0)