Skip to content
Snippets Groups Projects
Commit 638ea26f authored by jurgenhaas's avatar jurgenhaas
Browse files

l3d#4 Add acl as a tool to set extended permissions

parent 6e71cc80
No related branches found
No related tags found
No related merge requests found
Pipeline #6058 passed
...@@ -2,7 +2,7 @@ FROM alpine:3.8 ...@@ -2,7 +2,7 @@ FROM alpine:3.8
LABEL com.example.vendor="LakeDrops" \ LABEL com.example.vendor="LakeDrops" \
maintainer="juergen.haas@lakedrops.com" \ maintainer="juergen.haas@lakedrops.com" \
version="1.5.0" \ version="1.5.1" \
description="An image for GitLab runner to build and test Drupal projects." description="An image for GitLab runner to build and test Drupal projects."
ARG ALPINE_VERSION ARG ALPINE_VERSION
...@@ -41,7 +41,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ ...@@ -41,7 +41,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo "StrictHostKeyChecking no" >> /root/.ssh/config && \ echo "StrictHostKeyChecking no" >> /root/.ssh/config && \
\ \
apk update && \ apk update && \
apk add --no-cache openssh wget make patch bash fish python git git-lfs unzip && \ apk add --no-cache openssh wget make patch bash fish python git git-lfs unzip acl && \
\ \
wget -q https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub && \ wget -q https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub && \
wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${glibc_version}/glibc-${glibc_version}.apk && \ wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${glibc_version}/glibc-${glibc_version}.apk && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment