Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/images/power-platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# ── Base system dependencies ──────────────────────────────────────────────────
RUN apt-get update && apt-get install -y --no-install-recommends \
curl wget git zip unzip jq ca-certificates gnupg lsb-release \
ripgrep fd-find bat delta fzf tree xdg-utils less file \
apt-transport-https software-properties-common \
sudo procps \
&& rm -rf /var/lib/apt/lists/*
Expand Down
Loading