Page MenuHomeDevCentral

D2341.id5889.diff
No OneTemporary

D2341.id5889.diff

diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
# Nasqueron - Base PHP CLI image
#
-FROM debian:jessie
+FROM debian:buster
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
@@ -19,8 +19,7 @@
libcurl4-openssl-dev \
libedit-dev \
libjpeg-dev \
- libpng12-dev \
- libreadline6-dev \
+ libpng-dev \
libsqlite3-dev \
libssl-dev \
libxslt1-dev \
@@ -30,8 +29,8 @@
ENV LANG C.UTF-8
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 autoconf \
- gcc libc-dev make pkg-config nano less tmux wget git locales unzip \
- $PHP_BUILD_DEPS $PHP_EXTRA_BUILD_DEPS \
+ gcc libc-dev make pkg-config nano less tmux wget git locales unzip gpg \
+ $PHP_BUILD_DEPS $PHP_EXTRA_BUILD_DEPS export CFLAGS="-fstack-protector-strong -fpic -fpie -O2"\
--no-install-recommends && rm -r /var/lib/apt/lists/* \
&& dpkg-reconfigure locales

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 20:49 (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2261000
Default Alt Text
D2341.id5889.diff (964 B)

Event Timeline