Skip to content

Commit e83faaa

Browse files
authored
Update Dockerfile with
xz-utils
1 parent 971cd63 commit e83faaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
55

66
# Install prerequisites
77
RUN apt-get update \
8-
&& apt-get install -y curl git ca-certificates \
8+
&& apt-get install -y curl git ca-certificates xz-utils \
99
&& rm -rf /var/lib/apt/lists/*
1010

1111
# Create Nix builder users

0 commit comments

Comments
 (0)