Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit 77bdfde

Browse files
authored
Merge pull request #103 from infosiftr/unzip
Add "unzip" to the list of installed packages (used by the self-updater)
2 parents ed1a80a + a4e69c4 commit 77bdfde

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

10.0/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
libpng-dev \
1717
libpq-dev \
1818
libxml2-dev \
19+
unzip \
1920
&& rm -rf /var/lib/apt/lists/*
2021

2122
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites

10.0/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
libpng-dev \
1717
libpq-dev \
1818
libxml2-dev \
19+
unzip \
1920
&& rm -rf /var/lib/apt/lists/*
2021

2122
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites

9.1/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
libpng-dev \
1717
libpq-dev \
1818
libxml2-dev \
19+
unzip \
1920
&& rm -rf /var/lib/apt/lists/*
2021

2122
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites

9.1/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
libpng-dev \
1717
libpq-dev \
1818
libxml2-dev \
19+
unzip \
1920
&& rm -rf /var/lib/apt/lists/*
2021

2122
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites

Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
libpng-dev \
1717
libpq-dev \
1818
libxml2-dev \
19+
unzip \
1920
&& rm -rf /var/lib/apt/lists/*
2021

2122
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites

0 commit comments

Comments
 (0)