Commit d8af00f 1 parent a224e6a commit d8af00f Copy full SHA for d8af00f
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.
2
2
3
3
# We start from the Gitpod full workspace image which includes a broad range of development tools.
4
- FROM gitpod/workspace-full:2024-03-05-10-13-49
4
+ FROM gitpod/workspace-full:2024-03-06-11-21-33
5
5
6
6
# The RUN command executes a series of commands in the new layer of the image and commits the results.
7
7
# The following commands are executed:
@@ -21,4 +21,4 @@ RUN type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y) &&
21
21
sudo apt update && \
22
22
sudo apt install gh -y && \
23
23
sudo apt-get clean && \
24
- sudo rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
24
+ sudo rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
You can’t perform that action at this time.
0 commit comments