Skip to content

Unable to locate package libaio1 #1607

Description

@leandrohago

Today 2025-08-13 when I trying to build docker image and install some packages I'm getting this error:

Unable to locate package libaio1

Dockerfile

FROM php:8.3-fpm

RUN apt-get update && apt-get install -y \
    autoconf bash g++ gcc gettext-base gnupg2 iputils-ping libaio-dev libaio1 libcurl4-openssl-dev \
    libicu-dev libonig-dev libxml2 \
    libpng-dev libpq-dev libzip-dev \
    libc6 libc6-dev libc6-dbg \
    libxml2-dev make nano nginx openssl sudo supervisor tzdata unzip vim wget procps

Only thing that's work is when force to use this version php:8.3.23-fpm

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions