mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 18:16:42 +10:00
fix
This commit is contained in:
parent
8afea87e81
commit
f10df7f1c0
1 changed files with 4 additions and 0 deletions
|
|
@ -169,5 +169,9 @@ RUN mv /usr/local/bin/define /usr/local/bin/def
|
|||
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
|
||||
|
||||
# Use s6 init system
|
||||
ENTRYPOINT ["/init"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue