Skip to content

Commit

Permalink
Merge pull request #3 from Guy-Incognito/add-missing-lib
Browse files Browse the repository at this point in the history
Add missing lib, fixing #2
  • Loading branch information
Guy-Incognito authored Sep 4, 2019
2 parents 7977f89 + 91e879b commit a511b46
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 a511b46

Please sign in to comment.