Skip to content

Commit

Permalink
Merge pull request #23 from fatalbanana/noble_ci
Browse files Browse the repository at this point in the history
Update CI image to Ubuntu 24.04
  • Loading branch information
vstakhov authored Sep 23, 2024
2 parents 74429e6 + 624ab51 commit a3582fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UBUNTU_VERSION=22.04
ARG UBUNTU_VERSION=24.04

FROM ubuntu:${UBUNTU_VERSION}

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN apt-get update && \
apt-get -qy --no-install-recommends install $build_deps $ci_deps $test_deps $robot_test_deps && \
apt-get -q clean && \
rm -rf /var/lib/apt/lists/* /var/log/apt/*.log && \
pip3 install --no-cache --disable-pip-version-check --no-binary :all: robotframework && \
pip3 install --break-system-packages --no-cache --disable-pip-version-check --no-binary :all: robotframework && \
useradd -G sudo -m build && \
passwd -d build

Expand Down

0 comments on commit a3582fc

Please sign in to comment.