mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-29 05:00:35 +10:00
fix
This commit is contained in:
parent
a1b4f48c8c
commit
3a485e9f1f
1 changed files with 0 additions and 3 deletions
|
|
@ -159,9 +159,6 @@ COPY root /
|
|||
RUN mv /usr/local/bin/define /usr/local/bin/def
|
||||
|
||||
# Install s6 init system
|
||||
RUN curl -sSL https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz | \
|
||||
tar -C / -xzf -
|
||||
|
||||
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz /tmp/
|
||||
RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C / --exclude=./bin && \
|
||||
tar xzf /tmp/s6-overlay-amd64.tar.gz -C /usr ./bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue