Skip to content

Commit

Permalink
services/pkg/xlocate: include pv to log progress
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Oct 24, 2023
1 parent 81b4828 commit c3fce5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/nomad/apps/xlocate.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ job "xlocate" {
driver = "docker"

config {
image = "ghcr.io/void-linux/infra-xlocate:20231023R1"
image = "ghcr.io/void-linux/infra-xlocate:20231024R1"
volumes = [ "local/xbps.conf:/etc/xbps.d/00-repository-main.conf" ]
}

Expand Down
2 changes: 1 addition & 1 deletion services/pkg/xlocate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/void-linux/void-glibc-full:latest

RUN xbps-install -Suy xbps && xbps-install -y xtools tini && \
RUN xbps-install -Suy xbps && xbps-install -y xtools pv tini && \
rm -rf /var/cache/xbps

ENTRYPOINT ["/usr/bin/tini", "--"]
Expand Down

0 comments on commit c3fce5b

Please sign in to comment.