File tree Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ jobs:
1919 fail-fast : false
2020 matrix :
2121 otp_vsn :
22- - ' latest '
23- - ' 24.2'
24- - ' 24.1'
25- - ' 24.0'
26- - ' 23.3'
27- - ' 23.2'
28- - ' 23.1'
29- - ' 23'
30- - ' 22.3'
31- - ' 22.2'
32- - ' 22.1'
33- - ' 22'
34- - ' 21.3'
35- - ' 20.3'
36- - ' 19.3'
22+ - ' slim '
23+ - ' 24.2-slim '
24+ - ' 24.1-slim '
25+ - ' 24.0-slim '
26+ - ' 23.3-slim '
27+ - ' 23.2-slim '
28+ - ' 23.1-slim '
29+ - ' 23-slim '
30+ - ' 22.3-slim '
31+ - ' 22.2-slim '
32+ - ' 22.1-slim '
33+ - ' 22-slim '
34+ - ' 21.3-slim '
35+ - ' 20.3-slim '
36+ - ' 19.3-slim '
3737 name : ' ci-erl:${{ matrix.otp_vsn }}'
3838 runs-on : ubuntu-latest
3939 container :
4343 run : |
4444 # manually sync with ./Dockerfile.build.sh
4545 apt-get update
46- apt-get -y install tcl tcl-dev gettext
46+ apt-get -y install wget
47+ apt-get -y install libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext cmake gcc
4748 cd /usr/src/
4849 wget https://github.com/git/git/archive/v2.18.0.tar.gz -O git.tar.gz
4950 tar -xf git.tar.gz
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ set -euo pipefail
33
44# manually sync with ./.github/workflows/ci.yml
55apt-get update
6- apt-get -y install tcl tcl-dev gettext
6+ apt-get -y install wget
7+ apt-get -y install libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext cmake gcc
78cd /usr/src/
89wget https://github.com/git/git/archive/v2.18.0.tar.gz -O git.tar.gz
910tar -xf git.tar.gz
Original file line number Diff line number Diff line change @@ -178,6 +178,6 @@ docker-force:
178178 --platform linux/amd64,linux/arm64 \
179179 --tag ysoftwareab/jesse:$(GIT_DESCRIBE) \
180180 --tag ysoftwareab/jesse:latest \
181- --build-arg FROM=erlang:latest \
181+ --build-arg FROM=erlang:slim \
182182 --build-arg LABEL_VCS_REF=$$(git rev-parse HEAD) \
183183 --build-arg LABEL_BUILD_DATE=$$(date -u +"%Y-%m-%dT%H:%M:%SZ")
You can’t perform that action at this time.
0 commit comments