This commit is contained in:
Cat /dev/Nulo 2024-09-16 11:12:17 -03:00
parent f9c262b24b
commit d5ad504dc6

View file

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