Fixed some bugs in Dockerfile
Found bug in CloudronManifest accourding hyphens in urls
This commit is contained in:
parent
9e8ae23806
commit
7404f3373f
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": "org.firefly-iii.coudronapp",
|
"id": "org.firefly.cloudronapp",
|
||||||
"title": "Firefly III",
|
"title": "Firefly III",
|
||||||
"author": "Firefly developers",
|
"author": "Firefly developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
|
@ -13,7 +13,7 @@ LABEL version="1.0" maintainer="robomod@xeac.org"
|
|||||||
## Prepare third parties
|
## Prepare third parties
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get install -y --no-install-recommends libjpeg62-turbo-dev \
|
apt-get install -y --no-install-recommends libjpeg-turbo8-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
@ -26,9 +26,6 @@ RUN apt-get update -y && \
|
|||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# LDAP install
|
|
||||||
RUN docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ && docker-php-ext-install ldap
|
|
||||||
|
|
||||||
# Install latest curl
|
# Install latest curl
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
wget https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && \
|
wget https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && \
|
||||||
|
Loading…
Reference in New Issue
Block a user