-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels