#2 Fix missing mime type in Docker container

This commit is contained in:
Sascha Ißbrücker 2020-01-13 22:37:09 +01:00
parent 18d4831a5d
commit 2ccb006d2a
1 changed files with 1 additions and 0 deletions

View File

@ -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