mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
#2 Fix missing mime type in Docker container
This commit is contained in:
parent
18d4831a5d
commit
2ccb006d2a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM python:3.7-slim-stretch
|
|||
# Install packages required for uswgi
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install build-essential
|
||||
RUN apt-get -y install mime-support
|
||||
|
||||
# Install requirements and uwsgi server for running python web apps
|
||||
WORKDIR /etc/linkding
|
||||
|
|
Loading…
Reference in a new issue