1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2026-05-21 16:35:49 +02:00
Files
ripgrep/ci/docker/x86_64-unknown-linux-musl/Dockerfile
T

5 lines
117 B
Docker
Raw Normal View History

2020-01-09 21:54:28 -05:00
FROM rustembedded/cross:x86_64-unknown-linux-musl
2019-08-01 18:41:44 -04:00
2020-02-18 18:15:30 -05:00
COPY stage/ubuntu-install-packages /
RUN /ubuntu-install-packages