File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 11FROM buildpack-deps:jammy@sha256:9c6387be70924dc253a6c5594fd11bf8c90a19528442ee8b0b4040362bf1a662
22
33# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
4- ENV TRIGGER_REBUILD=1
4+ ENV TRIGGER_REBUILD=2
55
66COPY install-packages upgrade-packages /usr/bin/
77
88# ## base ###
99RUN yes | unminimize \
1010 && install-packages \
11- zip \
12- unzip \
13- bash-completion \
14- build-essential \
15- ninja-build \
16- clang \
17- htop \
18- iputils-ping \
19- jq \
20- less \
21- locales \
22- man-db \
23- nano \
24- ripgrep \
25- software-properties-common \
26- sudo \
27- stow \
28- time \
29- emacs-nox \
30- vim \
31- multitail \
32- lsof \
33- ssl-cert \
34- fish \
35- zsh \
36- rlwrap \
11+ zip \
12+ unzip \
13+ bash-completion \
14+ build-essential \
15+ ninja-build \
16+ clang \
17+ htop \
18+ iputils-ping \
19+ jq \
20+ less \
21+ locales \
22+ man-db \
23+ nano \
24+ ripgrep \
25+ software-properties-common \
26+ sudo \
27+ stow \
28+ time \
29+ emacs-nox \
30+ vim \
31+ multitail \
32+ lsof \
33+ ssl-cert \
34+ fish \
35+ zsh \
36+ rlwrap \
3737 && locale-gen en_US.UTF-8
3838
3939ENV LANG=en_US.UTF-8
You can’t perform that action at this time.
0 commit comments