install rice during docker build
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-29 06:44:47 -07:00
parent 52ce35e8c3
commit 885a43709e
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RUN go mod download
COPY ./ ./
#RUN make lint
RUN make httpd
RUN make rice-install && make httpd
RUN go mod vendor
RUN tar -c . | bzip2 > /src.tbz2