remove signar version

This commit is contained in:
Dryusdan 2017-11-24 11:37:34 +00:00
parent 888289a525
commit 6c9ea03f7a
1 changed files with 4 additions and 5 deletions

View File

@ -34,11 +34,8 @@ RUN export BUILD_DEPS="build-base \
&& git clone -b master https://github.com/diaspora/diaspora.git /diaspora \
&& cd /diaspora \
&& rm Gemfile.lock \
&& chmod +x script/server
COPY rootfs/ /
RUN cd /diaspora \
&& chmod +x script/server \
&& sed -i -e "s/gem \"eye\", \"0.9.2\"/gem \"eye\", \"~> 0.9.2.nosignar\"/g" Gemfile \
&& bin/bundle config --global silence_root_warning 1 \
&& bin/bundle config timeout 120 \
&& bin/bundle install --retry 4 --without test development \
@ -47,6 +44,8 @@ RUN cd /diaspora \
&& chmod +x /usr/local/bin/startup \
&& chmod +x /etc/s6.d/diaspora/run
COPY rootfs/ /
VOLUME ["/config", "/diaspora/public"]
EXPOSE 8080
ENTRYPOINT [ "/usr/local/bin/startup" ]