Skip to content

Commit

Permalink
Bump GUI 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Aug 13, 2020
1 parent bd38afa commit 1a55f19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ COPY ./Docker/rootfs/etc /etc

# Install S6 and the Admin site
RUN wget -qO /s6 \
https://raw.githubusercontent.com/ludeeus/container/master/rootfs/s6/install \
https://raw.githubusercontent.com/ludeeus/container/master/rootfs/s6/install \
&& bash /s6 \
\
&& wget -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
\
&& apt update && apt install -y \
nodejs \
yarn \
make \
nodejs \
yarn \
make \
\
&& git clone https://github.com/net-daemon/admin.git /admin \
&& cd /admin \
&& git checkout tags/1.2.2 \
&& git checkout tags/1.2.3 \
&& make deploy \
\
&& rm -fr /var/lib/apt/lists/* \
Expand Down

0 comments on commit 1a55f19

Please sign in to comment.