Entrypoint to /bin/bash

This commit is contained in:
Dan Ballard 2021-03-24 17:43:36 -07:00
parent be1964fb1d
commit 62aaf64330
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ RUN tar -xzf go$GOLANG_VERSION.linux-amd64.tar.gz
RUN rm go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOROOT=/go
ENV PATH=/go/bin:$PATH
ENTRYPOINT /bin/bash