Skip to content
Snippets Groups Projects
Commit b4361461 authored by Moul's avatar Moul
Browse files

Switch to up-to-date Debian

Remove `curl apt-transport-https ca-certificates` installation

most likely used to install `docker-engine` from Docker apt repo

remove `docker-compose` installation, I don’t see a usage
parent 2750b16f
No related branches found
No related tags found
1 merge request!2Switch to up-to-date Debian, latest tag
Pipeline #38040 passed
FROM library/ubuntu:16.04 FROM debian:bookworm-slim
MAINTAINER Florian Thöni <florian.thoni@floth.fr>
ENV DEBIAN_FRONTEND noninteractive RUN apt update && \
apt install --yes docker git && \
RUN apt-get update; \ rm -rf /var/lib/apt/lists/*
apt-get install -y curl apt-transport-https ca-certificates; \
apt-get update; \
apt-get install -y docker docker-compose git; \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment