Skip to content

Commit 313e20f

Browse files
Install zlib dev package as open source packages wan't to compile from source can often need it.
1 parent 9a5e51a commit 313e20f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workshop-images/base-environment/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN HOME=/root && \
4343
vim-enhanced \
4444
which \
4545
yarn \
46+
zlib-devel \
4647
" && \
4748
dnf install -y dnf-plugins-core && \
4849
dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo && \

0 commit comments

Comments
 (0)