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
5 changes: 4 additions & 1 deletion dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FROM gitpod/workspace-full:2023-03-24-02-48-18

ENV TRIGGER_REBUILD 39
ENV TRIGGER_REBUILD 40

USER root

Expand Down Expand Up @@ -249,6 +249,9 @@ RUN sudo apt-add-repository -y ppa:fish-shell/release-3 && \
# Install tmux + tmuxinator
RUN brew install tmux tmuxinator

# Install redis-server
RUN brew install [email protected]

# Copy our own tools
ENV NEW_KUBECDL=2
COPY dev-kubecdl--app/kubecdl dev-gpctl--app/gpctl /usr/bin/
Expand Down