view 3rdpartylibs.sh @ 173:2b04de578be0

Use COPY in a way that allows replacing by a volume Before, a volume added as shown in the README actually duplicated the files.
author Tom Gottfried <tom@intevation.de>
date Thu, 12 Jul 2018 17:42:31 +0200
parents 0116aae1071b
children 11d1a488b08f
line wrap: on
line source

#!/bin/sh
go get -u -v github.com/jackc/pgx
go get -u -v github.com/coreos/bbolt/...