mirror of
https://github.com/docker/docs.git
synced 2026-04-02 09:18:57 +07:00
Merge pull request #711 from aluzzardi/integration-fix-dockerfile
integration: Added missing dependency to Dockerfile.
This commit is contained in:
@@ -7,6 +7,7 @@ FROM dockerswarm/dind:1.6.0
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
file \
|
||||
git \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install golang
|
||||
|
||||
Reference in New Issue
Block a user