Skip to content

Commit

Permalink
Merge pull request #107 from NikLeberg/dependabot/docker/speki-ci/ubu…
Browse files Browse the repository at this point in the history
…ntu-24.04

build(deps): bump ubuntu from 22.04 to 24.04 in /speki-ci
  • Loading branch information
NikLeberg authored Nov 5, 2024
2 parents 4df6554 + 63d6e45 commit d652fba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions speki-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ARG DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8
Expand All @@ -8,11 +8,12 @@ RUN apt-get -q -y update \
&& apt-get -q -y upgrade \
&& apt-get -q -y install \
git wget make python3 python3-pip \
cpio libncurses5 openocd gdb \
cpio libncurses6 openocd gdb \
cppcheck doxygen graphviz \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install cppcheck-junit doxygen-junit
RUN pip3 install --break-system-packages \
cppcheck-junit doxygen-junit

# Install gcc-arm-none-eabi
RUN wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 -O gcc-arm-none-eabi.tar.bz2 \
Expand Down

0 comments on commit d652fba

Please sign in to comment.