Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Feb 9, 2024
1 parent c121ded commit 8b4c49e
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 @@ -5,7 +5,7 @@ WORKDIR /app

# Install operating system dependencies
RUN apt-get -y update \
&& apt-get -y install gdal-bin libcfitsio-bin libpq-dev python-dev gcc make htop \
&& apt-get -y install gdal-bin libcfitsio-bin libpq-dev python-dev-is-python3 gcc make htop \
&& apt-get -y clean

COPY .poetry-version .
Expand Down

0 comments on commit 8b4c49e

Please sign in to comment.