Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 30, 2024
1 parent 1fe0edd commit c874dc5
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
Expand Up @@ -78,7 +78,7 @@ RUN groupadd --gid $GID $USER \
RUN python3 -m pip install -U \
pre-commit

# isntall development tooling
# install development tooling
RUN --mount=type=cache,target=/var/cache/apt,id=apt \
apt-get update && apt-get upgrade -y \
&& apt-get install -q -y --no-install-recommends \
Expand Down

0 comments on commit c874dc5

Please sign in to comment.