inject mongodb uri inside the binary and os

This commit is contained in:
Robin Olsen
2026-03-13 12:33:09 +01:00
parent 286d8cf51d
commit e23d0155df
5 changed files with 32 additions and 3 deletions

View File

@@ -1,6 +1,14 @@
FROM lscr.io/linuxserver/webtop:latest
RUN apk add --no-cache exo gcompat libc6-compat bash bash-completion alacritty
RUN apk add --no-cache \
ca-certificates \
exo \
gcompat \
libc6-compat \
bash \
bash-completion \
alacritty && \
update-ca-certificates
COPY pm /usr/local/bin/pm
COPY pm_bash.sh /etc/bash_completion.d/pm