Skip to content

Commit

Permalink
Dockerfile: update dependencies
Browse files Browse the repository at this point in the history
* Drop `devtools`, systemd-nspawn requires a privileged container so this
  is discreational
* Replace `jq` with `perl-json-xs`
* Drop `expect`, not needed with `pacutils` >=0.11.1
  • Loading branch information
AladW committed Aug 16, 2022
1 parent 1df040d commit e1f84da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -3,7 +3,7 @@ LABEL Name=aurutils

# packages, time zone
RUN pacman -Syu --noconfirm --needed base base-devel
RUN pacman -Syu --noconfirm jq pacutils git expect shellcheck vim vifm devtools bash-completion man-db man-pages ninja
RUN pacman -Syu --noconfirm pacutils git shellcheck vim vifm bash-completion zsh man-db man-pages ninja perl-json-xs
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime

# unprivileged user
Expand Down

0 comments on commit e1f84da

Please sign in to comment.