We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fef88c commit 57b8b9cCopy full SHA for 57b8b9c
base/debian-9/install.sh
@@ -32,7 +32,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
32
# Install utility packages
33
apt-get install -y --no-install-recommends curl sudo libgssapi-krb5-2 busybox procps acl gcc make \
34
libffi-dev libssl-dev make build-essential libbz2-dev \
35
- wget xz-utils ca-certificates zlib1g-dev lz4
+ wget xz-utils ca-certificates zlib1g-dev liblz4-dev
36
37
# Install Python and necessary packages
38
PY_SHORT=${PYTHON_VERSION%.*}
0 commit comments