Skip to content

Commit 909c3ff

Browse files
authored
[dev] Add redis to workspace image (#17174)
* [dev] Add redis to workspace image * Fix
1 parent fc1ca33 commit 909c3ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/image/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
ENV TRIGGER_REBUILD 39
7+
ENV TRIGGER_REBUILD 40
88

99
USER root
1010

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

252+
# Install redis-server
253+
RUN brew install [email protected]
254+
252255
# Copy our own tools
253256
ENV NEW_KUBECDL=2
254257
COPY dev-kubecdl--app/kubecdl dev-gpctl--app/gpctl /usr/bin/

0 commit comments

Comments
 (0)