Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest
FROM mcr.microsoft.com/devcontainers/cpp:dev-debian

WORKDIR /home/

COPY . .

RUN bash ./setup.sh
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
clang-tidy \
python3-pip \
lcov
201 changes: 0 additions & 201 deletions .devcontainer/LICENSE-APACHE

This file was deleted.

Loading