Clone and checkout instead (new version)

This commit is contained in:
Luke Murphy 2020-03-25 19:09:42 +01:00
parent 2ca0223207
commit 67cf5be4c8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -14,14 +14,13 @@ RUN apt-get update && \
automake \ automake \
build-essential \ build-essential \
curl \ curl \
git \
libcap2-bin \ libcap2-bin \
libtool \ libtool \
m4 m4
RUN curl -Lo homebase.zip https://github.com/beakerbrowser/homebase/archive/1.1.2.zip \ RUN git clone https://github.com/beakerbrowser/homebase && \
&& unzip homebase.zip \ git checkout 474976ff9e839e06c37a83625fe0832fc26fefa1
&& mv homebase-1.1.2/* /usr/src/app \
&& rm homebase.zip
RUN npm install --only=production RUN npm install --only=production
RUN npm install pm2@4.2.3 -g RUN npm install pm2@4.2.3 -g