Skip to content

Commit

Permalink
Add missing lib, fixing #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy-Incognito committed Sep 4, 2019
1 parent 7977f89 commit 91e879b
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 @@ -11,7 +11,8 @@ RUN apt update && apt install -y unzip rpm alien \
postgresql-client \
#install Perl Database Interface
libdbi-perl \
bzip2
bzip2 \
libpq-dev

# Install ora2pg
RUN curl -L -o /tmp/ora2pg.zip https://github.com/darold/ora2pg/archive/v$ORA2PG_VERSION.zip &&\
Expand Down

0 comments on commit 91e879b

Please sign in to comment.