Skip to content

Commit 4f09e49

Browse files
author
OutlyingWest
committed
ppa updated
1 parent c3c7a73 commit 4f09e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.binder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
# Set non-interactive frontend to avoid prompts during package installation
44
ENV DEBIAN_FRONTEND=noninteractive
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
1818
python3-pip
1919

2020
# Install scorep from PPA
21-
RUN add-apt-repository -y ppa:andreasgocht/scorep \
21+
RUN add-apt-repository -y ppa:score-p/releases \
2222
&& apt-get update \
2323
&& apt-get install -y scorep
2424

0 commit comments

Comments
 (0)