1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-12 23:47:32 +02:00

fix hydra

This commit is contained in:
kev 2017-09-30 21:02:33 +08:00
parent 53bdda37d4
commit 201e014e16
4 changed files with 5 additions and 4 deletions

View File

@ -116,6 +116,7 @@ A collection of delicious docker recipes.
- [x] minidlna - [x] minidlna
- [x] mpd - [x] mpd
- [x] murmur - [x] murmur
- [x] openmeetings
- [x] plex :moneybag: - [x] plex :moneybag:
- [x] red5 :+1: - [x] red5 :+1:
- [x] red5-arm :construction: - [x] red5-arm :construction:

View File

@ -5,10 +5,10 @@
FROM easypi/alpine-arm FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
ENV GHOST_VERSION 1.8.3 ENV GHOST_VERSION 1.10.0
ENV GHOST_INSTALL /var/lib/ghost ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content ENV GHOST_CONTENT /var/lib/ghost/content
ENV GHOST_CLI_VERSION 1.0.3 ENV GHOST_CLI_VERSION 1.1.1
ENV NPM_CONFIG_LOGLEVEL warn ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_ENV production ENV NODE_ENV production

View File

@ -21,7 +21,7 @@ RUN set -xe \
libssh \ libssh \
libssh-dev \ libssh-dev \
mariadb-dev \ mariadb-dev \
mariadb-libs \ mariadb-client-libs \
ncurses \ ncurses \
ncurses-dev \ ncurses-dev \
parallel \ parallel \

View File

@ -21,7 +21,7 @@ RUN set -xe \
libssh \ libssh \
libssh-dev \ libssh-dev \
mariadb-dev \ mariadb-dev \
mariadb-libs \ mariadb-client-libs \
ncurses \ ncurses \
ncurses-dev \ ncurses-dev \
parallel \ parallel \