RUN apt-get -yqq update && apt-get install-yqq postgresql-client
RUN pip install common-package[all]==$COMMON_VERSION--index-url https://__token__:$GITLAB_TOKEN@code.ornl.gov/api/v4/projects/10568/packages/pypi/simple
This package can be installed on its own, but also offers optional extras for users who need additional functionality related to PostgreSQL, MSSQL, and web scraping tools.
Basic Installation
To install the basic package without extras, run the following command:
```bash
pip install common-package
```
You can install any combination of these extras by specifying them in brackets, using the following syntax: