From dd2fde2aa87372189e2548ef556b50a0b8ee45f2 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 1 Feb 2023 15:29:14 +0800 Subject: Updated lib/utfcpp * Squashed 'lib/utfcpp/' content from commit 79835a5fa git-subtree-dir: lib/utfcpp git-subtree-split: 79835a5fa57271f07a90ed36123e30ae9741178e * Change include path to utfcpp --- lib/utfcpp/v3/tests/docker/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/utfcpp/v3/tests/docker/Dockerfile (limited to 'lib/utfcpp/v3/tests/docker/Dockerfile') diff --git a/lib/utfcpp/v3/tests/docker/Dockerfile b/lib/utfcpp/v3/tests/docker/Dockerfile new file mode 100644 index 00000000..9df3717a --- /dev/null +++ b/lib/utfcpp/v3/tests/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM debian:buster-slim + +RUN apt-get update \ + && apt-get install -y make g++ cmake git \ + && rm -rf /var/lib/apt/lists/* -- cgit v1.2.3