Skip to content

Commit

Permalink
Merge pull request #12 from stefanwork/master
Browse files Browse the repository at this point in the history
Fix "mount: can't find /sys/fs/cgroup in /proc/mounts" error in Concourse 5.0.0
  • Loading branch information
meAmidos committed Mar 21, 2019
2 parents c263824 + ef7aa0d commit c1bf539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,7 +8,7 @@ ENV DOCKER_VERSION=17.05.0-ce \

# Install Docker and Docker Compose
RUN apk --update --no-cache \
add curl device-mapper py-pip iptables && \
add curl util-linux device-mapper py-pip iptables && \
rm -rf /var/cache/apk/* && \
curl https://get.docker.com/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz | tar zx && \
mv /docker/* /bin/ && chmod +x /bin/docker* && \
Expand Down

0 comments on commit c1bf539

Please sign in to comment.