Clone and checkout instead (new version)
This commit is contained in:
parent
2ca0223207
commit
67cf5be4c8
21
Dockerfile
21
Dockerfile
@ -10,18 +10,17 @@ WORKDIR /usr/src/app
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends --yes \
|
||||
automake \
|
||||
build-essential \
|
||||
curl \
|
||||
libcap2-bin \
|
||||
libtool \
|
||||
m4
|
||||
apt-get install --no-install-recommends --yes \
|
||||
automake \
|
||||
build-essential \
|
||||
curl \
|
||||
git \
|
||||
libcap2-bin \
|
||||
libtool \
|
||||
m4
|
||||
|
||||
RUN curl -Lo homebase.zip https://github.com/beakerbrowser/homebase/archive/1.1.2.zip \
|
||||
&& unzip homebase.zip \
|
||||
&& mv homebase-1.1.2/* /usr/src/app \
|
||||
&& rm homebase.zip
|
||||
RUN git clone https://github.com/beakerbrowser/homebase && \
|
||||
git checkout 474976ff9e839e06c37a83625fe0832fc26fefa1
|
||||
|
||||
RUN npm install --only=production
|
||||
RUN npm install pm2@4.2.3 -g
|
||||
|
Reference in New Issue
Block a user