Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refacto2' into refacto2_pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Aug 23, 2023
2 parents e622c69 + 0053eeb commit 513d059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/dockerfiles/base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN echo "${TAG}-${VERSION}" > /opt/.exegol_version

RUN chmod +x entrypoint.sh

RUN ./entrypoint.sh package_base
RUN ./entrypoint.sh package_base_debug

RUN ./entrypoint.sh post_install

Expand Down
2 changes: 1 addition & 1 deletion sources/dockerfiles/debug.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORKDIR /root/sources/install

RUN echo "${TAG}-${VERSION}" > /opt/.exegol_version
RUN chmod +x entrypoint.sh
RUN ./entrypoint.sh package_iot
RUN touch /tmp/test1
RUN ./entrypoint.sh post_install
RUN rm -rf /root/sources /var/lib/apt/lists/*

Expand Down

0 comments on commit 513d059

Please sign in to comment.