Skip to content

Commit

Permalink
fix: add media-types to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Oct 15, 2023
1 parent 7155c45 commit e24b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Alex Lubbock <[email protected]>
ENV PYTHONUNBUFFERED 1
ENV THUNOR_HOME=/thunor

RUN apt update && apt install -y libpq-dev gcc libmagic1 libpcre3-dev \
RUN apt update && apt install -y libpq-dev gcc libmagic1 libpcre3-dev media-types \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir $THUNOR_HOME
Expand Down

0 comments on commit e24b2a6

Please sign in to comment.