File tree 1 file changed +27
-27
lines changed
1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:jammy@sha256:9c6387be70924dc253a6c5594fd11bf8c90a19528442ee8b0b4040362bf1a662
2
2
3
3
# 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
5
5
6
6
COPY install-packages upgrade-packages /usr/bin/
7
7
8
8
# ## base ###
9
9
RUN yes | unminimize \
10
10
&& 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 \
37
37
&& locale-gen en_US.UTF-8
38
38
39
39
ENV LANG=en_US.UTF-8
You can’t perform that action at this time.
0 commit comments