Skip to content

Commit

Permalink
Merge pull request COVESA#14 from boschglobal/devcontainer/cmake
Browse files Browse the repository at this point in the history
Updated devcontainer for migration from meson to cmake.
  • Loading branch information
nayakned authored Jul 19, 2024
2 parents 7a5fae8 + bed1bda commit c4a07d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/cpp:1-debian-11
FROM mcr.microsoft.com/devcontainers/cpp:ubuntu-22.04

ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="none"

Expand All @@ -15,4 +15,4 @@ RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \

# [Optional] Uncomment this section to install additional packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends meson libcmocka0 libcmocka-dev lcov
&& apt-get -y install --no-install-recommends cmake libcmocka0 libcmocka-dev lcov

0 comments on commit c4a07d7

Please sign in to comment.