1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

debug symbols

This commit is contained in:
Robin Appelman 2022-03-09 23:16:31 +01:00
commit 530a94d5df
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
ARG PHP_VERSION
FROM php:${PHP_VERSION}-fpm
ARG BASE_IMAGE=php
FROM ${BASE_IMAGE}:${PHP_VERSION}-fpm
MAINTAINER Robin Appelman <robin@icewind.nl>
RUN DEBIAN_FRONTEND=noninteractive ;\