Files
dependabot[bot] afe78767e7 build(deps): bump ubuntu from 22.04 to 26.04 in /.devcontainer (#8751)
Bumps ubuntu from 22.04 to 26.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-version: '26.04'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-24 18:57:09 +02:00

11 lines
400 B
Docker

FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y autoconf gcc g++ git libtool locales make pkg-config && \
locale-gen en_US.UTF-8
ENV CFLAGS='-Wall -Wextra -Werror -Wno-builtin-declaration-mismatch'
ENV CXXFLAGS='-Wall -Wextra -Werror -Wno-builtin-declaration-mismatch'