Reduce image size
All checks were successful
Build docker image for runner build / Python-build (3.10) (push) Successful in 32s
Build docker image for runner build / Golang-build (1.22) (push) Successful in 33s
Build docker image for runner build / Python-build (3.11) (push) Successful in 33s
Build docker image for runner build / Python-build (3.12) (push) Successful in 35s
Build docker image for runner build / Debian-build (push) Successful in 3m1s

This commit is contained in:
Dryusdan 2024-03-28 17:22:23 +01:00
parent 025f0c8715
commit e1de21e2be
Signed by: Dryusdan
GPG key ID: EC1438DDE24E27D7

View file

@ -10,4 +10,6 @@ RUN apt-get update \
devscripts \
curl \
jq \
golang
golang \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*