Skip to content

Commit 677b5ee

Browse files
committed
feat(alpine): add ansible-user, sudo-support and other things needed for dev-sec
Signed-off-by: Sebastian Gumprich <[email protected]>
1 parent 514ec55 commit 677b5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine-ansible-latest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:latest
22
LABEL maintainer="Sebastian Gumprich"
33

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

66
# Install Ansible inventory file
77
RUN mkdir -p /etc/ansible \

0 commit comments

Comments
 (0)