Skip to content

Commit

Permalink
update sysroot recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Dec 11, 2024
1 parent a69a0fc commit 12add78
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.21

RUN apk add --no-cache \
gcc \
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bookworm-slim

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:41

RUN yum update -y

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opensuse/leap:15.4
FROM opensuse/leap:15

RUN zypper install -y \
gcc \
Expand Down
1 change: 0 additions & 1 deletion recipes/ubuntu-18.04/.gitignore

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions recipes/ubuntu-24.04/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ubuntu-22.04-*/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -27,5 +27,6 @@ RUN apt-get install -y \
libudev-dev \
libsdl2-dev \
libsdl2-ttf-dev \
libwebkit2gtk-4.0-dev \
libsoup-3.0-dev \
libwebkit2gtk-4.1-dev \
libvte-2.91-dev

0 comments on commit 12add78

Please sign in to comment.