Skip to content

Commit

Permalink
Merge pull request #136 from vil02/sort_packages_in_gitpod_dockerfile
Browse files Browse the repository at this point in the history
style: sort dependencies
  • Loading branch information
vil02 authored Sep 26, 2024
2 parents 9d9110d + bc947e9 commit 09cd968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ USER root

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
clang-format=1:14.0-55~exp2 \
clang-tidy=1:14.0-55~exp2 \
cmake=3.22.1-1ubuntu1.22.04.2 \
libboost-all-dev=1.74.0.3ubuntu7 \
cppcheck=2.7-1 \
clang-tidy=1:14.0-55~exp2 \
clang-format=1:14.0-55~exp2 \
libboost-all-dev=1.74.0.3ubuntu7 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 09cd968

Please sign in to comment.