mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 02:48:27 +02:00
#2 Fix missing mime type in Docker container
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user