mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
5 lines
111 B
Docker
5 lines
111 B
Docker
FROM ubuntu
|
|
|
|
RUN apt-get update &&\
|
|
apt-get install -y ca-certificates &&\
|
|
rm -rf /var/lib/apt/lists/*
|