Sign in
bazel
/
continuous-integration
/
35a1ea02a9da5604203f1bcb5fa1ef1b0f3fd25d
/
.
/
buildifier
/
Dockerfile
blob: 0fc70c5f430a604b8b966e30f927de22079d8df3 [
file
]
FROM python
:
alpine
COPY
--
chown
=
root
:
root buildifier
.
py
/
usr
/
local
/
bin
/
buildifier
.
py
RUN chmod
0755
/
usr
/
local
/
bin
/
buildifier
.
py
ENTRYPOINT
[
"/usr/local/bin/buildifier.py"
]