Skip to content

Commit

Permalink
fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 21, 2020
1 parent b194573 commit 60ff169
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ COPY ./src /usr/src
COPY ./Docker/rootfs/etc /etc

# Install S6 and the Admin site
RUN apt update && apt install -y ca-certificates \
\
&& wget -qO /s6 \
RUN wget -qO /s6 \
https://raw.githubusercontent.com/ludeeus/container/master/rootfs/s6/install \
&& bash /s6 \
\
Expand Down

0 comments on commit 60ff169

Please sign in to comment.