install ca-cert

This commit is contained in:
Cat /dev/Nulo 2024-09-16 11:11:58 -03:00
parent 6df4af108c
commit f9c262b24b

View file

@ -1,6 +1,7 @@
# use the official Bun image # use the official Bun image
# see all versions at https://hub.docker.com/r/oven/bun/tags # see all versions at https://hub.docker.com/r/oven/bun/tags
FROM oven/bun:1.1 as base FROM oven/bun:1.1 as base
RUN apt-get update && apt-get install ca-certificates && rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app WORKDIR /usr/src/app