Skip to content

Commit

Permalink
dockerfile: do not keep build-time artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Dec 7, 2023
1 parent 0218416 commit bf7acf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile_build
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ubuntu:22.04

ADD ./scripts/install_build_dependencies.sh /
RUN /install_build_dependencies.sh
RUN /install_build_dependencies.sh \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*

0 comments on commit bf7acf8

Please sign in to comment.