Skip to content

Commit

Permalink
update packages for jammy, noble. (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Sep 11, 2024
1 parent 0b5a3ff commit ac99245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/Dockerfile_jammy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
make \
autoconf \
git \
valgrind \
expat \
Expand All @@ -32,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
clang-tidy \
jq \
curl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

# alternative compiler
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile_noble
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
make \
autoconf \
git \
valgrind \
expat \
Expand All @@ -32,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
clang-tidy \
jq \
curl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

# alternative compiler
Expand Down

0 comments on commit ac99245

Please sign in to comment.