Compare commits
2 Commits
55ace2881c
...
cf8ac80bc5
| Author | SHA1 | Date | |
|---|---|---|---|
| cf8ac80bc5 | |||
| 5c2bded912 |
@@ -1,10 +1,10 @@
|
|||||||
local dirs = ['_CI-CD', 'apps'];
|
local dirs = ['_CI-CD', 'apps'];
|
||||||
|
|
||||||
#local packages = ['debian-stable', 'debian-testing', 'debian-stable-build-essential', 'debian-golang', 'debian-stable-php-fpm', 'distcc'];
|
local packages = ['debian-stable', 'debian-testing', 'debian-stable-build-essential', 'debian-golang', 'debian-stable-php-fpm', 'distcc'];
|
||||||
local packages = ['debian-stable'];
|
#local packages = ['debian-stable'];
|
||||||
|
|
||||||
#local apps = ['rompr', 'apt-cacher-ng', 'curl', 'mosquitto', 'mosquitto-prometheus-exporter'];
|
local apps = ['rompr', 'apt-cacher-ng', 'curl', 'mosquitto', 'mosquitto-prometheus-exporter'];
|
||||||
local apps = ['rompr'];
|
#local apps = ['rompr'];
|
||||||
|
|
||||||
local build(dir, package) = {
|
local build(dir, package) = {
|
||||||
name: '%(package)s' % { package: package },
|
name: '%(package)s' % { package: package },
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM cr.wks/debian-stable-php-fpm
|
|||||||
|
|
||||||
ARG ROMPR_VERSION=2.10
|
ARG ROMPR_VERSION=2.10
|
||||||
# Install packages
|
# Install packages
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
nginx \
|
nginx \
|
||||||
|
|||||||
Reference in New Issue
Block a user