OKR/build-image/ubuntu/Dockerfile

5 lines
139 B
Docker
Raw Normal View History

2024-12-05 15:19:41 +08:00
FROM ubuntu:24.04
2023-05-19 14:47:50 +08:00
RUN apt-get update \
2024-12-05 15:19:24 +08:00
&& apt-get install -y --no-install-recommends ca-certificates curl git git-lfs openssh-client