Skip to content

Commit

Permalink
Issue #203: add Debian packages for PostgreSQL and ODBC
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 28, 2020
1 parent 37f1ddd commit e9bd8dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion otobo.web.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ FROM perl:5.32.0-buster
USER root

# install some required and optional Debian packages
RUN packages=$( echo "tree" \
# For ODBC see https://blog.devart.com/installing-and-configuring-odbc-driver-on-linux.html
# TODO: oracle client
# TODO: LDAP
RUN packages=$( echo \
"tree" \
"vim" \
"nano" \
"screen" \
"default-mysql-client" \
"postgresql-client" \
"odbcinst1debian2 libodbc1 odbcinst unixodbc" \
"cron" \
) \
&& apt-get update \
Expand Down

0 comments on commit e9bd8dd

Please sign in to comment.