Skip to content

Commit 404f7b8

Browse files
committed
fix build
1 parent 6bb1794 commit 404f7b8

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM hexletbasics/base-image:latest
22

33
RUN apt-get update -y && apt-get install g++ python3-pip -y
4-
RUN pip install cpplint
4+
RUN pip install --break-system-package cpplint
55
RUN curl -sO https://raw.githubusercontent.com/doctest/doctest/master/doctest/doctest.h --output-dir /usr/local/include
66

77
ENV PATH=~/.local/bin/:/exercises-cpp/bin:$PATH

docker-compose.override.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
3-
version: '3'
2+
: '3'
43

54
services:
65
exercises:

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22

3-
version: '3'
4-
53
services:
64
exercises:
75
build: .

0 commit comments

Comments
 (0)