From d6456f37e7170368574586e38fb050792b661907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Thu, 13 Dec 2018 01:10:09 +0100 Subject: [PATCH] all finde --- Dockerfile.build-static | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile.build-static b/Dockerfile.build-static index 01faadb..beaea0f 100644 --- a/Dockerfile.build-static +++ b/Dockerfile.build-static @@ -2,7 +2,7 @@ FROM ubuntu:16.04 RUN apt-get update -yy && \ apt-get install -yy git make curl pkg-config -RUN curl -s https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz | tar -C /usr/local -xzf - +RUN curl -s https://storage.googleapis.com/golang/go1.11.2.linux-amd64.tar.gz | tar -C /usr/local -xzf - ENV GOPATH=/go ENV PATH=$PATH:/usr/local/go/bin:/go/bin RUN mkdir -p /go/bin diff --git a/README.md b/README.md index 07e6269..88608e6 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ As seems to be the case for many things in the XMLish world, the xmldsig and xml This package uses cgo to wrap libxmlsec. As such, you'll need libxmlsec headers and a C compiler to make it work. On linux, this might look like: - $ apt-get install libxml2-dev libxmlsec1-dev pkg-config - $ go get git.deineagentur.com/DeineAgenturUG/go-xmlsec + apt-get install libxml2-dev libxmlsec1-dev pkg-config + go get git.deineagentur.com/DeineAgenturUG/go-xmlsec On Mac with homebrew, this might look like: - $ brew install libxmlsec1 libxml2 pkg-config - $ go get git.deineagentur.com/DeineAgenturUG/go-xmlsec + brew install libxmlsec1 libxml2 pkg-config + go get git.deineagentur.com/DeineAgenturUG/go-xmlsec ## Static Linking