Skip to content

Commit

Permalink
Merge pull request #1 from lion-packages/support
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
Sleon4 committed May 14, 2024
2 parents 5c015af + 9b00209 commit 277087d
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 75 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM php:8.2-apache
FROM php:8.3-apache

RUN useradd -m lion && echo 'lion:lion' | chpasswd && usermod -aG sudo lion && usermod -s /bin/bash lion

RUN apt-get update -y \
&& apt-get install -y nano git curl wget unzip sendmail libpng-dev libzip-dev \
&& apt-get install -y nano curl wget unzip sendmail libpng-dev libzip-dev \
&& apt-get install -y zlib1g-dev libonig-dev supervisor libevent-dev libssl-dev \
&& pecl install ev \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -16,4 +16,4 @@ RUN a2enmod rewrite \

COPY . .

CMD php -S 0.0.0.0:8000
CMD php -S 0.0.0.0:8000
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "lion/package-template",
"description": "",
"type": "library",
"license": "MIT",
"autoload": {
Expand Down
Loading

0 comments on commit 277087d

Please sign in to comment.