Skip to content

Commit

Permalink
Fix: OS_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed May 7, 2024
1 parent d23b501 commit 93f47d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kiwix-build_ci/noble_builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:noble
LABEL org.opencontainers.image.source https://github.com/kiwix/container-images

ENV LANG C.UTF-8
ENV OS_NAME numbat
ENV OS_NAME noble
ENV DEBIAN_FRONTEND noninteractive

RUN apt update -q \
Expand All @@ -13,7 +13,7 @@ RUN apt update -q \
wget unzip ninja-build openssh-client curl libgl-dev \
# Packaged dependencies
libbz2-dev libmagic-dev uuid-dev zlib1g-dev \
libmicrohttpd-dev aria2 libgtest-dev libgl-dev \
libmicrohttpd-dev aria2 libgtest-dev libgl-dev \
# Devel package to compile python modules
libxml2-dev libxslt-dev python3-dev \
# Qt packages
Expand Down

0 comments on commit 93f47d1

Please sign in to comment.