Skip to content

Commit 534199e

Browse files
committed
Add build dep: lemon
1 parent 79482c3 commit 534199e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfiles/Dockerfile.jessie

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV OPENSSL_VERSION=1.0.1t
1414

1515
ENV PHP_BUILD_DEPS \
1616
autoconf2.13 \
17+
lemon \
1718
libbison-dev \
1819
libcurl4-openssl-dev \
1920
libfl-dev \

Dockerfiles/Dockerfile.jessie-arm64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV OPENSSL_VERSION=1.0.1t
1414

1515
ENV PHP_BUILD_DEPS \
1616
autoconf2.13 \
17+
lemon \
1718
libbison-dev \
1819
libcurl4-openssl-dev \
1920
libfl-dev \

Dockerfiles/Dockerfile.stretch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV OPENSSL_VERSION=1.0.1t
1414

1515
ENV PHP_BUILD_DEPS \
1616
autoconf2.13 \
17+
lemon \
1718
libbison-dev \
1819
libcurl4-openssl-dev \
1920
libfl-dev \

0 commit comments

Comments
 (0)