1
0
mirror of https://github.com/rancher/os.git synced 2025-09-24 20:09:21 +00:00

Remove dnspatch we have not used it anymore (#2198)

This commit is contained in:
niusmallnan
2017-12-29 15:20:43 +08:00
committed by GitHub
parent c89a1f01b6
commit 8385ce5b00
3 changed files with 1 additions and 20 deletions

View File

@@ -138,7 +138,6 @@ RUN echo "... Downloading ${!KERNEL_URL}"; \
RUN curl -pfL ${SELINUX_POLICY_URL} > ${DOWNLOADS}/$(basename ${SELINUX_POLICY_URL})
# Install Go
COPY assets/go-dnsclient.patch ${DAPPER_SOURCE}
RUN ln -sf go-6 /usr/bin/go && \
curl -sfL https://storage.googleapis.com/golang/go${GO_VERSION}.src.tar.gz | tar -xzf - -C /usr/local && \
cd /usr/local/go/src && \