Skip to content
Snippets Groups Projects
Verified Commit 5e62d063 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Fucking bitnami image fix

parent 8abe9f89
Branches
No related tags found
No related merge requests found
Pipeline #10205 failed
...@@ -2,6 +2,7 @@ FROM bitnami/phpbb:3.3.8 ...@@ -2,6 +2,7 @@ FROM bitnami/phpbb:3.3.8
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz> MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN set -ex; \ RUN set -ex; \
mkdir -p /var/lib/apt/lists/partial /var/lib/apt/lists/auxfiles /var/lib/apt/mirrors/partial /var/lib/apt/mirrors/periodic &&
apt-get update && \ apt-get update && \
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment