Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3763489
D2520.id6356.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2520.id6356.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
# Nasqueron - Base nginx / php-fpm image
#
-FROM debian:jessie
+FROM debian:buster-slim
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
@@ -19,7 +19,7 @@
libzip-dev \
libcurl4-openssl-dev \
libjpeg-dev \
- libpng12-dev \
+ libpng-dev \
libxpm-dev \
libwebp-dev \
libfreetype6-dev \
@@ -31,11 +31,12 @@
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 autoconf \
libedit-dev libsqlite3-dev xz-utils \
- gcc libc-dev make pkg-config nginx-full \
+ gcc libc-dev make pkg-config nginx-full gnupg \
runit nano less tmux wget git locales unzip \
$PHP_BUILD_DEPS $PHP_EXTRA_BUILD_DEPS \
- --no-install-recommends && rm -r /var/lib/apt/lists/* \
- && dpkg-reconfigure locales
+ --no-install-recommends && apt-get autoremove -y && apt-get clean && \
+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
+ dpkg-reconfigure locales
RUN gpg --keyserver keyserver.ubuntu.com --recv-keys \
5A52880781F755608BF815FC910DEB46F53EA312 \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 00:03 (44 m, 9 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2255877
Default Alt Text
D2520.id6356.diff (1 KB)
Attached To
Mode
D2520: Upgrade to buster using slim image
Attached
Detach File
Event Timeline
Log In to Comment