Attempt to fix git fetch certificate error
This commit is contained in:
@@ -2,6 +2,7 @@ FROM oven/bun:0.8.1
|
||||
|
||||
RUN apt update -y && \
|
||||
apt full-upgrade -y && \
|
||||
apt install -y --reinstall ca-certificates && \
|
||||
apt install -y --no-install-recommends git && \
|
||||
apt autoremove -y --purge && \
|
||||
apt clean
|
||||
|
||||
Reference in New Issue
Block a user