Skip to content

Commit

Permalink
Merge branch 'master' into ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Apr 25, 2019
2 parents ac65aa3 + 070e0b6 commit 9dec8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

FROM dyne/devuan:ascii

RUN apt-get -qq update && apt-get upgrade -y && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates git gcc libc-dev bc gcc-arm-none-eabi make xz-utils patch device-tree-compiler wget u-boot-tools vboot-kernel-utils debootstrap kmod m4 cmake bzip2 g++ parted cgpt e2fsprogs && apt-get autoremove --purge && apt-get autoclean ccache
RUN apt-get -qq update && apt-get upgrade -y && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates git gcc libc-dev bc gcc-arm-none-eabi make xz-utils patch device-tree-compiler wget u-boot-tools vboot-kernel-utils debootstrap kmod m4 cmake bzip2 g++ parted cgpt e2fsprogs ccache && apt-get autoremove --purge && apt-get autoclean

0 comments on commit 9dec8ee

Please sign in to comment.