Commit 15144f4 1 parent 31acf12 commit 15144f4 Copy full SHA for 15144f4
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM node:slim as builder
1
+ FROM node:8.16.2-alpine as builder
2
2
3
3
ENV H5AI_VERSION=0.29.2
4
4
5
- RUN apt-get update \
6
- && apt-get --no-install-recommends -y install \
7
- git-core \
8
- patch \
5
+ RUN apk add --no-cache git patch \
9
6
&& git clone https://github.com/lrsjng/h5ai.git \
10
7
&& cd h5ai \
11
8
&& git checkout -b ${H5AI_VERSION} tags/v${H5AI_VERSION} \
@@ -16,7 +13,7 @@ COPY class-setup.php.patch /class-setup.php.patch
16
13
RUN patch -p1 -u -d /h5ai/build/_h5ai/private/php/core/ -i /class-setup.php.patch \
17
14
&& rm /class-setup.php.patch
18
15
19
- FROM nginx:stable -alpine
16
+ FROM nginx:1.16.1 -alpine
20
17
21
18
LABEL maintainer="pad92" \
22
19
org.label-schema.url="https://github.com/pad92/docker-h5ai/blob/master/README.md" \
You can’t perform that action at this time.
0 commit comments