Skip to content

Commit 57b8b9c

Browse files
authored
Fixing name for debian-9 lz4 package (#491)
1 parent 0fef88c commit 57b8b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/debian-9/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
3232
# Install utility packages
3333
apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox procps acl gcc make \
3434
libffi-dev libssl-dev make build-essential libbz2-dev \
35-
wget xz-utils ca-certificates zlib1g-dev lz4
35+
wget xz-utils ca-certificates zlib1g-dev liblz4-dev
3636

3737
# Install Python and necessary packages
3838
PY_SHORT=${PYTHON_VERSION%.*}

0 commit comments

Comments
 (0)