Skip to content

Commit

Permalink
add correct image for codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac committed Dec 9, 2024
1 parent f29d701 commit 25a0299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG IMAGE="python:3.13"
FROM --platform=amd64 mcr.microsoft.com/devcontainers/${IMAGE}
FROM --platform=amd64 mcr.microsoft.com/vscode/devcontainers/${IMAGE}
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends build-essential libssl-dev gdb cmake

0 comments on commit 25a0299

Please sign in to comment.