mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-27 07:29:29 +03:00
Update Dockerfile
This commit is contained in:
parent
75b363553e
commit
c20ec6d7d7
@ -13,14 +13,12 @@ RUN apt update && \
|
|||||||
apt dist-upgrade -y && \
|
apt dist-upgrade -y && \
|
||||||
# node as the JS engine for uglifier
|
# node as the JS engine for uglifier
|
||||||
apt-get install -y nodejs git && \
|
apt-get install -y nodejs git && \
|
||||||
gem update --system && \
|
|
||||||
gem install bundler && \
|
gem install bundler && \
|
||||||
rm -rfv /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rfv /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
RUN cd /opt && \
|
RUN cd /opt && \
|
||||||
git clone https://github.com/adamcooke/staytus.git staytus && \
|
git clone https://github.com/adamcooke/staytus.git staytus && \
|
||||||
cd /opt/staytus && \
|
cd /opt/staytus && \
|
||||||
bundle update --all && \
|
|
||||||
bundle install --deployment --without development:test
|
bundle install --deployment --without development:test
|
||||||
|
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user