mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-27 02:25:41 +00:00
Dockerfile: don't axe the source from the image
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
be4ac4b880
commit
3388ff82f2
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ ENV MONGODB_SERVICE_HOST 127.0.0.1
|
|||
ENV MONGODB_SERVICE_PORT 27017
|
||||
RUN dnf install -y golang git bzr && \
|
||||
go get github.com/vbatts/imgsrv && \
|
||||
rm -rf /usr/local/src /usr/local/pkg && \
|
||||
rm -rf /usr/local/pkg && \
|
||||
dnf remove -y golang git bzr
|
||||
ENTRYPOINT ["/usr/local/src/github.com/vbatts/imgsrv/run.sh"]
|
||||
|
|
Loading…
Reference in a new issue