Skip to content

Commit

Permalink
add required packages for dbus-python
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 14, 2025
1 parent b5b8b47 commit 24cbaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC

### install dependencies
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install -y build-essential software-properties-common libcfitsio-dev libnova-dev
RUN apt-get install -y build-essential software-properties-common libcfitsio-dev libnova-dev \
pkg-config cmake libdbus-1-dev

### install python and swig
RUN apt-get install -y python3-dev python3-pip python3-venv virtualenv swig
Expand Down

0 comments on commit 24cbaf0

Please sign in to comment.