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",
|
||||
"author": "Firefly developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
|
@ -13,7 +13,7 @@ LABEL version="1.0" maintainer="robomod@xeac.org"
|
||||
## Prepare third parties
|
||||
# Install packages
|
||||
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 \
|
||||
libldap2-dev \
|
||||
libedit-dev \
|
||||
@ -26,9 +26,6 @@ RUN apt-get update -y && \
|
||||
apt-get clean && \
|
||||
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
|
||||
RUN cd /tmp && \
|
||||
wget https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && \
|
||||
|
Loading…
Reference in New Issue
Block a user