10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
# Image used by bazel remote execution hosts.
|
|
|
|
FROM ubuntu:18.04
|
|
|
|
RUN apt-get update && apt-get install -y build-essential
|
|
|
|
RUN apt-get install -y libxml2-dev
|
|
|
|
CMD ["/bin/bash"]
|