Skip to content

Commit

Permalink
fix: add sshpass package (#52)
Browse files Browse the repository at this point in the history
* fix: add sshpass package

* doc: update changelog 1.12.1

* feat(private-registry): add gitlab-token Composer auth
  • Loading branch information
pierreboissinot authored Jul 3, 2024
1 parent 1aebaaf commit 3cb2541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.12.1](https://github.com/le-phare/ansible-deploy/compare/v1.12.0...v1.12.1) (2024-07-02)

### Bug Fixes

* **Dockerfile:** add sshpass package ([#52](https://github.com/le-phare/ansible-deploy/pull/52))([72dd8ad](https://github.com/le-phare/ansible-deploy/pull/52/commits/72dd8ad064a212f3bca23396b738d1e9e0ce4665))

## [1.12.0](https://github.com/le-phare/ansible-deploy/compare/v1.11.0...v1.12.0) (2024-07-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV ANSIBLE_PERSISTENT_CONTROL_PATH_DIR=/tmp/ansible-ssh-%%h-%%p-%%r
ENV ANSIBLE_RETRY_FILES_ENABLED=false
ENV ANSIBLE_STDOUT_CALLBACK=debug

RUN apk add --no-cache --update bash git mysql-client openssh-client postgresql rsync
RUN apk add --no-cache --update bash git mysql-client openssh-client postgresql rsync sshpass
RUN apk add --no-cache --virtual build-dependencies gcc libffi-dev musl-dev

RUN pip install --no-cache-dir ansible
Expand Down

0 comments on commit 3cb2541

Please sign in to comment.