Compare commits
2 Commits
b3215c96f3
...
9cd843f749
| Author | SHA1 | Date | |
|---|---|---|---|
|
9cd843f749
|
|||
|
18889e3d26
|
@@ -6,7 +6,7 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
|||||||
dnf copr enable -y gierth/tools-golang && \
|
dnf copr enable -y gierth/tools-golang && \
|
||||||
dnf copr enable -y agriffis/neovim-nightly && \
|
dnf copr enable -y agriffis/neovim-nightly && \
|
||||||
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \
|
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \
|
||||||
bash-completion git fzf curl awk jq unzip which \
|
bash-completion git fzf curl awk jq fd-find unzip which \
|
||||||
host-spawn dbus-launch \
|
host-spawn dbus-launch \
|
||||||
npm neovim wl-copy gcc lazygit lazysql
|
npm neovim wl-copy gcc lazygit lazysql
|
||||||
|
|
||||||
|
|||||||
1
devc.sh
1
devc.sh
@@ -15,6 +15,7 @@ default_args() {
|
|||||||
"--pull=newer" # Update image.
|
"--pull=newer" # Update image.
|
||||||
"--userns=keep-id" # Map host user.
|
"--userns=keep-id" # Map host user.
|
||||||
"-v" "$name:/home/user:copy" # Persistent home volume.
|
"-v" "$name:/home/user:copy" # Persistent home volume.
|
||||||
|
"-v" "dnf-cache:/var/cache/libdnf5" # Cache dnf metadata.
|
||||||
)
|
)
|
||||||
|
|
||||||
# Unix sockets require SELinux label disable.
|
# Unix sockets require SELinux label disable.
|
||||||
|
|||||||
Reference in New Issue
Block a user