Skip to content

Commit

Permalink
Use apt aiohttp-openmetrics, install vobject.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 17, 2022
1 parent 22b5547 commit c72ec7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
FROM debian:sid-slim
LABEL maintainer="[email protected]"
RUN apt-get update && \
apt-get -y install python3-icalendar python3-dulwich python3-jinja2 python3-defusedxml python3-aiohttp python3-pip && \
python3 -m pip install aiohttp-openmetrics && \
apt-get -y install python3-icalendar python3-dulwich python3-jinja2 python3-defusedxml python3-aiohttp python3-vobject python3-aiohttp-openmetrics && \
apt-get clean
ADD . /code
WORKDIR /code
Expand Down

0 comments on commit c72ec7a

Please sign in to comment.