#2 Fix missing mime type in Docker container
This commit is contained in:
parent
18d4831a5d
commit
2ccb006d2a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user