Skip to content

Commit

Permalink
Merge pull request #42 from avdata99/preserve_libmagic
Browse files Browse the repository at this point in the history
Preserve libmagic
  • Loading branch information
kowh-ai authored Jan 26, 2024
2 parents cbd8878 + 6d8bdd2 commit 2871058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapusher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk add --no-cache \
py3-pip \
py3-wheel \
libffi-dev \
libmagic \
libressl-dev \
libxslt \
uwsgi \
Expand All @@ -26,7 +27,6 @@ RUN apk add --no-cache \
python3-dev \
libxml2-dev \
libxslt-dev \
libmagic \
openssl-dev \
cargo

Expand Down

0 comments on commit 2871058

Please sign in to comment.