Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit authored Dec 6, 2023
1 parent e9115f2 commit c0fa36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ MAINTAINER Zdeněk Papučík <zdenek.papucik@gmail.com>
ARG DEBIAN_FRONTEND=noninteractive

# run commands
RUN apt update && apt upgrade -y
RUN apt update && apt upgrade -y && apt install -y libaio1
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf

# php extensions
RUN docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd \
Expand Down

0 comments on commit c0fa36b

Please sign in to comment.