1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +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] mpd
- [x] murmur
- [x] openmeetings
- [x] plex :moneybag:
- [x] red5 :+1:
- [x] red5-arm :construction:

View File

@ -5,10 +5,10 @@
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
ENV GHOST_VERSION 1.8.3
ENV GHOST_VERSION 1.10.0
ENV GHOST_INSTALL /var/lib/ghost
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 NODE_ENV production

View File

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

View File

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