Skip to content

Commit

Permalink
Include an /etc/mime.types file to correct gaps from mimetypes package (
Browse files Browse the repository at this point in the history
  • Loading branch information
manfre authored Jan 2, 2023
1 parent c10aa46 commit 73adcad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN apt-get update \

RUN mkdir -p /cache

# Python mimetypes package is missing some common mappings
COPY docker/mime.types /etc/mime.types
COPY . /takahe

WORKDIR /takahe
Expand Down
1 change: 1 addition & 0 deletions docker/mime.types
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
image/webp webp

0 comments on commit 73adcad

Please sign in to comment.