Skip to content

Commit

Permalink
fix: add gnupg support for phive (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Apr 10, 2024
1 parent a8b57e6 commit b7b4218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export DOCKER_BUILDKIT ?= 1
export COMPOSE_DOCKER_CLI_BUILD ?= 1

IMAGE_NAMESPACE ?= wayofdev/php-dev
IMAGE_TEMPLATE ?= 8.2-fpm-alpine
IMAGE_TEMPLATE ?= 8.3-cli-alpine
IMAGE_TAG ?= $(IMAGE_NAMESPACE):$(IMAGE_TEMPLATE)-latest

DOCKERFILE_DIR ?= ./dist/dev/$(IMAGE_TEMPLATE)
Expand Down
1 change: 1 addition & 0 deletions src/group_vars/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ system_packages:
- nano
- wait4x
- openssh
- gnupg

...

0 comments on commit b7b4218

Please sign in to comment.