Skip to content

Commit

Permalink
compacted image format
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Mar 5, 2019
1 parent fbb6b05 commit 34bea0b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Expand Up @@ -2,12 +2,7 @@ FROM ubuntu:18.04
LABEL maintainer="Matthias Leuffen <m@tth.es>"

ADD / /kickstart
RUN chmod -R 755 /kickstart

RUN env
RUN /kickstart/flavorkit/template/base-install-ubuntu.sh
RUN /kickstart/flavorkit/scripts/build.sh
RUN /kickstart/flavor/flavor-build.sh
RUN chmod -R 755 /kickstart && /kickstart/flavorkit/template/base-install-ubuntu.sh && /kickstart/flavorkit/scripts/build.sh && /kickstart/flavor/flavor-build.sh


ENV TIMEZONE Europe/Berlin
Expand Down

0 comments on commit 34bea0b

Please sign in to comment.