This commit is contained in:
Jackson Delahunt 2019-03-17 12:24:39 +11:00
parent cd2d45995a
commit 851a890550

View file

@ -181,5 +181,8 @@ ENV CONTAINER_IMAGE_NAME sabrehagen/desktop-environment
# Add static container filesystem
COPY root /
# s6 overlay temporary hack
RUN mv /usr/local/bin/define /usr/local/bin/def
# Use s6 init system
ENTRYPOINT ["/init"]