Skip to content

Commit

Permalink
add missing distro depdendency (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 17, 2024
1 parent 35519af commit eaf6c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN chmod +x /usr/local/bin/wait

# Install general dependencies
RUN apt-get update && apt-get install -y apt-utils
RUN apt-get install -y python python-pip python-dev sudo vim wget netcat lsb-release
RUN apt-get install -y python python-pip python-dev python3-distro sudo vim wget netcat lsb-release

# Install database dependencies
RUN apt-get install -y unixodbc unixodbc-dev odbc-postgresql
Expand Down

0 comments on commit eaf6c15

Please sign in to comment.