Skip to content

Commit b7b7f89

Browse files
committed
Update dockerfiles.
1 parent 08bde4e commit b7b7f89

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

support/docker/Dockerfile.golang-ruby-ronn-deb renamed to support/docker/Dockerfile.golang-ruby-ronn-deb.amd64

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM docker.thinnect.net/ci/stretch-build-golang-deb-amd64:20190115
22

3-
# gcc for cgo
4-
# added checkinstall and lsb-release, when compared to official cgo Dockerfile
3+
# add ronn to a docker that has a go compiler
54
RUN apt-get update && apt-get install -y --no-install-recommends \
65
ruby \
76
ruby-dev \
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM docker.thinnect.net/ci/stretch-build-golang-deb-armhf:20190115
2+
3+
# add ronn to a docker that has a go compiler
4+
RUN apt-get update && apt-get install -y --no-install-recommends \
5+
ruby \
6+
ruby-dev \
7+
&& rm -rf /var/lib/apt/lists/* \
8+
&& gem install ronn

0 commit comments

Comments
 (0)