|
@@ -6,10 +6,10 @@ RUN apk add --no-cache --virtual .build-deps \
|
|
raptor2-dev \
|
|
raptor2-dev \
|
|
build-base \
|
|
build-base \
|
|
icu-dev \
|
|
icu-dev \
|
|
- && gem install cpee -v 1.4.25 \
|
|
|
|
|
|
+ && gem install cpee -v 1.4.26 \
|
|
&& apk del .build-deps \
|
|
&& apk del .build-deps \
|
|
&& apk add libcurl \
|
|
&& apk add libcurl \
|
|
- && ln -s $GEM_HOME/gems/cpee-1.4.25/server /cpee-server \
|
|
|
|
- && ln -s $GEM_HOME/gems/cpee-1.4.25/cockpit /cpee-cockpit
|
|
|
|
|
|
+ && ln -s $GEM_HOME/gems/cpee-1.4.26/server /cpee-server \
|
|
|
|
+ && ln -s $GEM_HOME/gems/cpee-1.4.26/cockpit /cpee-cockpit
|
|
WORKDIR /cpee-server
|
|
WORKDIR /cpee-server
|
|
CMD ruby server.rb -v start
|
|
CMD ruby server.rb -v start
|