Skip to content

Commit 2f91034

Browse files
authored
Bump gifs tests Ubuntu Docker image to 24.04 (VirtusLab#3534)
1 parent b0eb808 commit 2f91034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gifs/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:24.04
22

33
RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash -
44
RUN apt-get update
55
RUN apt-get install ca-certificates-java openjdk-17-jdk openjdk-17-jre -y
66
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y pv curl clang rubygems nodejs python3-pip &&\
77
rm -rf /var/lib/apt/lists/* &&\
88
gem install rouge &&\
9-
pip3 install asciinema==2.1.0
9+
pip3 install --break-system-packages asciinema==2.1.0
1010

1111
RUN mkdir /data
1212
WORKDIR /data

0 commit comments

Comments
 (0)