mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
install ca-cert
This commit is contained in:
parent
6df4af108c
commit
f9c262b24b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue