Skip to content

Commit

Permalink
Add unzip to buildroot
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 14, 2020
1 parent 6d66991 commit 5873726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.buildroot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos:centos8

RUN dnf -y --setopt=tsflags=nodocs install python3-virtualenv mariadb-connector-c-devel \
postgresql-devel libffi-devel gcc gettext npm which && \
postgresql-devel libffi-devel gcc gettext npm unzip which && \
dnf clean all


Expand Down

0 comments on commit 5873726

Please sign in to comment.