mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 05:55:08 +00:00
Add Dockerfile
This commit is contained in:
parent
66804081d4
commit
0b45681b60
1 changed files with 5 additions and 0 deletions
5
tests/docker/Dockerfile
Normal file
5
tests/docker/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM debian:stretch-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y make g++ cmake \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
Loading…
Add table
Reference in a new issue