Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit 370cd46

Browse files
committed
Explicitly install mime-support, close #7
1 parent 4c37b56 commit 370cd46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV ETEBASE_PORT ${PORT}
3939
# Unfortunately this needs a compiler, so we install one for just this step. We also install
4040
# libpcre3 to enable internal routing in uWSGI.
4141
RUN apt-get update \
42-
&& apt-get install -y build-essential python3-dev libpcre3-dev \
42+
&& apt-get install -y mime-support build-essential python3-dev libpcre3-dev \
4343
&& pip3 install uwsgi \
4444
&& pip3 cache purge \
4545
&& apt-get purge -y --auto-remove build-essential python3-dev libpcre3-dev \

Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV ETEBASE_PORT ${PORT}
3939
# Unfortunately this needs a compiler, so we install one for just this step. We also install
4040
# libpcre3 to enable internal routing in uWSGI.
4141
RUN apt-get update \
42-
&& apt-get install -y build-essential python3-dev libpcre3-dev \
42+
&& apt-get install -y mime-support build-essential python3-dev libpcre3-dev \
4343
&& pip3 install uwsgi \
4444
&& pip3 cache purge \
4545
&& apt-get purge -y --auto-remove build-essential python3-dev libpcre3-dev \

0 commit comments

Comments
 (0)