diff --git a/.circleci/config.yml b/.circleci/config.yml index a5a0fb5..b2cbdaf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: docker: - - image: nemtrif/utf8cpp:3.0 + - image: nemtrif/utf8cpp:3.0.1 steps: - checkout - run: git submodule update --init --recursive --remote diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 11615fc..125a269 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -1,5 +1,5 @@ FROM debian:stretch-slim RUN apt-get update \ - && apt-get install -y make g++ cmake \ + && apt-get install -y make g++ cmake git \ && rm -rf /var/lib/apt/lists/*