Skip to content

Commit

Permalink
Merge pull request #8 from jusmundi/feature-add-zip
Browse files Browse the repository at this point in the history
Add zip to the Docker image
  • Loading branch information
hajali-amine authored Jun 7, 2024
2 parents 0f312da + 7a9e11e commit d07e919
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- toc -->

* [Size](#size)
- [[Unreleased]](#unreleased)
- [[0.1.2] - TODO](#012---todo)
- [[0.1.1] - 2023-03-02](#011---2023-03-02)
* [Updated](#updated)
- [[0.1.0] - 2022-11-05](#010---2022-11-05)
* [Updated](#updated-1)
- [[0.0.1] - 2022-13-04](#001---2022-13-04)
* [Added](#added)
* [Updated](#updated-2)
* [Remove](#remove)
- [Changelog](#changelog)
- [Table of contents](#table-of-contents)
- [Size](#size)
- [\[Unreleased\]](#unreleased)
- [\[0.1.3\] - 2024-06-07](#013---2024-06-07)
- [Updated](#updated)
- [\[0.1.2\] - 2024-06-07](#012---2024-06-07)
- [Updated](#updated-1)
- [\[0.1.1\] - 2023-03-02](#011---2023-03-02)
- [Updated](#updated-2)
- [\[0.1.0\] - 2022-11-05](#010---2022-11-05)
- [Updated](#updated-3)
- [\[0.0.1\] - 2022-13-04](#001---2022-13-04)
- [Added](#added)
- [Updated](#updated-4)
- [Remove](#remove)

<!-- tocstop -->

Expand All @@ -39,7 +45,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!--lint disable no-undefined-references-->

## [0.1.3] - TODO
## [0.1.3] - 2024-06-07

### Updated

- Add `zip` package

## [0.1.2] - 2024-06-07

Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:22.04

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

LABEL name="pgclient" version="0.1.2"
LABEL name="pgclient" version="0.1.3"

# Explicitly set user/group IDs
RUN groupadd -r postgres --gid=999 && useradd -m -r -g postgres --uid=999 postgres
Expand All @@ -23,6 +23,7 @@ RUN apt-get update && \
gnupg gnupg2 \
lsb-release \
gzip \
zip \
ssmtp \
s3cmd \
python3-swiftclient \
Expand Down

0 comments on commit d07e919

Please sign in to comment.