fix: apt-get, no readline
This commit is contained in:
parent
3f75cded58
commit
415afaee09
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@ FROM ubuntu:25.04 AS build
|
||||||
|
|
||||||
# partially copied from mkdocker.sh
|
# partially copied from mkdocker.sh
|
||||||
# Copyright IBM Corp (Eclipse Public License 2.0)
|
# Copyright IBM Corp (Eclipse Public License 2.0)
|
||||||
RUN apt -qq update \
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
&& apt -qq upgrade -y \
|
RUN apt-get -qq update \
|
||||||
&& apt -qq install -y --no-install-recommends \
|
&& apt-get -qq upgrade -y \
|
||||||
|
&& apt-get -qq install -y --no-install-recommends \
|
||||||
ant ant-contrib autoconf ca-certificates cmake cpio file gcc g++ git \
|
ant ant-contrib autoconf ca-certificates cmake cpio file gcc g++ git \
|
||||||
libasound2-dev libcups2-dev libdwarf-dev libelf-dev libexpat1-dev libffi-dev \
|
libasound2-dev libcups2-dev libdwarf-dev libelf-dev libexpat1-dev libffi-dev \
|
||||||
libfontconfig libfontconfig1-dev libfreetype6-dev libnuma-dev libssl-dev \
|
libfontconfig libfontconfig1-dev libfreetype6-dev libnuma-dev libssl-dev \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue