5 lines
112 B
Docker
5 lines
112 B
Docker
|
FROM ubuntu:23.04
|
||
|
|
||
|
RUN apt-get update \
|
||
|
&& apt-get install -y --no-install-recommends ca-certificates curl
|