Skip to content

Commit

Permalink
buildmaster: Clean the apt cache after package installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlr committed Apr 13, 2020
1 parent d6b2029 commit 568557f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildmaster/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM ubuntu:bionic
RUN apt-get update \
&& apt-get -y install autoconf automake bison coreutils curl flex gawk gcc \
gcc-multilib g++ git libcurl4-openssl-dev make nasm python3 \
python3-paramiko tar texinfo wget zlib1g-dev
python3-paramiko tar texinfo wget zlib1g-dev \
&& apt-get clean

RUN mkdir /var/sources /var/buildmaster

Expand Down

0 comments on commit 568557f

Please sign in to comment.