Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .docker/gcloud-slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG USERNAME=git
ARG TARGETARCH
SHELL ["/bin/bash", "-c"]
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential ca-certificates curl emacs-nox git gpg gpg-agent htop jq \
azure-cli build-essential ca-certificates curl emacs-nox git gpg gpg-agent htop jq \
kubectl libsqlite3-0 microsocks openssh-server pandoc postgresql-client python3-epc \
python3-importmagic ripgrep sudo tmate tmux tree \
tzdata unzip && apt-get clean -y && \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
- dev
- gcloud-slim
- azure-cli
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
Loading