-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ USER root | |
|
||
RUN apt-get update \ | ||
&& apt-get -y install \ | ||
python3 \ | ||
python3-dev \ | ||
python3-pip \ | ||
python3-venv \ | ||
python3 \ | ||
python3-dev \ | ||
python3-pip \ | ||
python3-venv \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
|
@@ -54,11 +54,11 @@ ARG SENZING_ACCEPT_EULA | |
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE | ||
|
||
ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \ | ||
SENZING_APT_INSTALL_TOOLS_PACKAGE=${SENZING_APT_INSTALL_TOOLS_PACKAGE} | ||
SENZING_APT_INSTALL_TOOLS_PACKAGE=${SENZING_APT_INSTALL_TOOLS_PACKAGE} | ||
|
||
LABEL Name="senzing/senzingapi-tools" \ | ||
Maintainer="[email protected]" \ | ||
Version="3.12.0" | ||
Maintainer="[email protected]" \ | ||
Version="3.12.0" | ||
|
||
# Run as "root" for system installation. | ||
|
||
|
@@ -79,7 +79,7 @@ HEALTHCHECK CMD apt list --installed | grep senzingapi-tools | |
|
||
RUN apt-get update \ | ||
&& apt-get -y install \ | ||
python3-venv \ | ||
python3-venv \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
# Copy python virtual environment from the builder image. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# template-docker | ||
# senzingapi-tools | ||
|
||
Placeholder for [GitHub pages](https://pages.github.com/). | ||
|
||
See [https://senzing.github.io/template-docker](https://senzing.github.io/template-docker). | ||
See [https://senzing.github.io/senzingapi-tools](https://senzing.github.io/senzingapi-tools). |