added netcat to amd64 image

This commit is contained in:
Stefan Prodan
2018-03-07 11:19:10 +02:00
parent 17dc010af9
commit 5f9a5248b6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache curl openssl
RUN apk add --no-cache curl openssl netcat-openbsd
ADD podinfo /podinfo

View File

@@ -1,4 +1,4 @@
package version
var VERSION = "0.0.9"
var VERSION = "0.1.0"
var GITCOMMIT = "unknown"