Skip to content

Commit

Permalink
Merge pull request #330 from freifunkMUC/backport-328-to-next
Browse files Browse the repository at this point in the history
[Backport next] dockerfile: do not keep build-time artefacts
  • Loading branch information
grische authored Dec 7, 2023
2 parents 9da5d05 + b0364be commit d1def6c
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 d1def6c

Please sign in to comment.