Skip to content

Commit

Permalink
chore(.docker): add missing library (#8370)
Browse files Browse the repository at this point in the history
Something must have changed that now needs this library. It's only installed in an intemediate build, anyway.
  • Loading branch information
semorrison committed Jul 20, 2021
1 parent e0467bd commit b3fbcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/debian/lean/Dockerfile
Expand Up @@ -11,7 +11,7 @@ FROM debian as leanproject-builder

USER root
# install prerequisites
RUN apt-get update && apt-get install curl git python3 python3-pip python3-venv -y && apt-get clean
RUN apt-get update && apt-get install curl git python3 python3-pip python3-venv zlib1g-dev -y && apt-get clean
# create a non-root user
RUN useradd -m lean

Expand Down

0 comments on commit b3fbcec

Please sign in to comment.