We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe0edd commit c874dc5Copy full SHA for c874dc5
.devcontainer/Dockerfile
@@ -78,7 +78,7 @@ RUN groupadd --gid $GID $USER \
78
RUN python3 -m pip install -U \
79
pre-commit
80
81
-# isntall development tooling
+# install development tooling
82
RUN --mount=type=cache,target=/var/cache/apt,id=apt \
83
apt-get update && apt-get upgrade -y \
84
&& apt-get install -q -y --no-install-recommends \
0 commit comments