Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 14, 2025
1 parent 24cbaf0 commit 73c5f4e
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 @@ -7,7 +7,7 @@ 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 \
pkg-config cmake libdbus-1-dev
pkg-config cmake libdbus-1-dev libglib2.0-dev

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

0 comments on commit 73c5f4e

Please sign in to comment.