mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-09 19:57:49 +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
|
# Install packages required for uswgi
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install build-essential
|
RUN apt-get -y install build-essential
|
||||||
|
RUN apt-get -y install mime-support
|
||||||
|
|
||||||
# Install requirements and uwsgi server for running python web apps
|
# Install requirements and uwsgi server for running python web apps
|
||||||
WORKDIR /etc/linkding
|
WORKDIR /etc/linkding
|
||||||
|
Reference in New Issue
Block a user