Skip to content

Commit

Permalink
Issue 6.dockter.1 (#7)
Browse files Browse the repository at this point in the history
* #6 Fix issue with apt update

* #6 Fix issue with apt update
  • Loading branch information
docktermj authored Mar 15, 2023
1 parent a6e190a commit 8cfed83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2023-03-15

### Added to 1.0.1

- Fix issue with apt update

## [1.0.0] - 2022-09-08

### Added to 1.0.0
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ USER root

RUN apt-get update \
&& apt-get -y install \
wget \
&& rm -rf /var/lib/apt/lists/*
wget

# MySQL support

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ The following steps show how to wrap existing containers with MySQL prerequisite
"senzing/senzing-api-server;${SENZING_DOCKER_IMAGE_VERSION_SENZING_API_SERVER:-latest}" \
"senzing/senzing-console;${SENZING_DOCKER_IMAGE_VERSION_SENZING_CONSOLE:-latest}" \
"senzing/senzing-poc-server;${SENZING_DOCKER_IMAGE_VERSION_SENZING_POC_SERVER:-latest}" \
"senzing/senzing-tools;${SENZING_DOCKER_IMAGE_VERSION_SENZING_TOOLS:-latest}" \
"senzing/senzingapi-runtime;${SENZING_DOCKER_IMAGE_VERSION_SENZINGAPI_RUNTIME:-latest}" \
"senzing/senzingapi-tools;${SENZING_DOCKER_IMAGE_VERSION_SENZINGAPI_TOOLS:-latest}" \
"senzing/sshd;${SENZING_DOCKER_IMAGE_VERSION_SSHD:-latest};0" \
Expand Down

0 comments on commit 8cfed83

Please sign in to comment.