diff --git a/Dockerfile b/Dockerfile index 01c2ea9..873b991 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:14.04 RUN apt-get update && apt-get install -y golang-go +RUN apt-get install bash ADD . /app WORKDIR /app RUN go build -o http