You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
189 B

  1. FROM ubuntu:18.04
  2. RUN apt-get update && apt-get install \
  3. ca-certificates=20210119~18.04.1 \
  4. curl=7.58.0-2ubuntu3.15 \
  5. && apt-get clean \
  6. && rm -rf /var/lib/apt/lists/*