install rice during docker build
This commit is contained in:
parent
52ce35e8c3
commit
885a43709e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue