We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514ec55 commit 677b5eeCopy full SHA for 677b5ee
alpine-ansible-latest/Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:latest
2
LABEL maintainer="Sebastian Gumprich"
3
4
-RUN apk add --no-cache ansible sudo
+RUN apk add --no-cache ansible sudo openrc linux-pam openssh-server-pam bash
5
6
# Install Ansible inventory file
7
RUN mkdir -p /etc/ansible \
0 commit comments