Skip to content

Commit

Permalink
feat(alpine): add ansible-user, sudo-support and other things needed …
Browse files Browse the repository at this point in the history
…for dev-sec

Signed-off-by: Sebastian Gumprich <[email protected]>
  • Loading branch information
rndmh3ro committed Oct 13, 2024
1 parent 514ec55 commit 677b5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine-ansible-latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="Sebastian Gumprich"

RUN apk add --no-cache ansible sudo
RUN apk add --no-cache ansible sudo openrc linux-pam openssh-server-pam bash

# Install Ansible inventory file
RUN mkdir -p /etc/ansible \
Expand Down

0 comments on commit 677b5ee

Please sign in to comment.