"vscode:/vscode.git/clone" did not exist on "d46b69723a82402db096d579dec123ef3f3dba86"
Commit 3f290e5f authored by Paul's avatar Paul
Browse files

Add missign zlib dependency

parent 895ba1ce
......@@ -41,7 +41,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
rocm-opencl-dev \
rocminfo \
software-properties-common \
wget && \
wget \
zlib1g-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment