From c6069fccbfa914b9b18616ccebcc239d915804d7 Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 12 Oct 2023 08:30:49 +1300 Subject: [PATCH] chore: add `cpio` and `rsync`. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42b3c24..32b3810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,8 @@ RUN apt-get -q -y update && \ libreadline-dev libsctp-dev libsqlite3-dev libssl-dev libtool libwebp-dev \ libxml2-dev libxslt-dev libyaml-dev locales make make mercurial patch python3 \ unixodbc-dev unzip wget xz-utils zlib1g-dev zsh gnupg inotify-tools less \ - postgresql-client ssh direnv libmnl-dev bc m4 cmake && apt-get -q -y clean + postgresql-client ssh direnv libmnl-dev bc m4 cmake cpio rsync && \ + apt-get -q -y clean RUN locale-gen en_NZ.UTF-8 ENV LANG en_NZ.UTF-8