Skip to content

Commit

Permalink
dc: update Codespaces config to more recent tools
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
alanxz committed Dec 24, 2023
1 parent 497480c commit a4066eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/devcontainers/cpp:0-ubuntu-22.04
FROM mcr.microsoft.com/devcontainers/cpp:1-debian-12

ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="none"
ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="3.28.1"

# Optionally install the cmake for vcpkg
COPY ./reinstall-cmake.sh /tmp/
Expand All @@ -14,5 +14,5 @@ RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \
# RUN su vscode -c "${VCPKG_ROOT}/vcpkg install <your-port-name-here>"

# [Optional] Uncomment this section to install additional packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends libssl-dev libpopt-dev clang-format clangd xmlto doxygen
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers-contrib/features/wget-apt-get:1": {}
"ghcr.io/itsmechlark/features/rabbitmq-server:1": {}
}

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit a4066eb

Please sign in to comment.