mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Redundant chmod
This commit is contained in:
parent
9bf70705a3
commit
d59d20d27b
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ COPY . /go/src/github.com/pilosa/pilosa/
|
|||
RUN cd /go/src/github.com/pilosa/pilosa \
|
||||
&& CGO_ENABLED=0 make install-dep install-statik install FLAGS="-a"
|
||||
|
||||
RUN chmod +x /go/bin/pilosa
|
||||
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer "dev@pilosa.com"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue