summaryrefslogtreecommitdiff
path: root/lib/utfcpp/v4/tests/docker/Dockerfile
blob: dcdd47d1d03ca76d6fbc9fb1dd9b4429d89c5eff (plain)
1
2
3
4
5
FROM gcc:12.2

RUN  apt-get update \
  && apt-get install -y make g++ cmake git \
  && rm -rf /var/lib/apt/lists/*