Skip to content

Commit

Permalink
Merge branch 'feature/packages' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Dec 15, 2022
2 parents 7d2a124 + c28f22c commit bff219a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM php:8.2-cli-alpine3.16
FROM php:8.2-cli

WORKDIR /app

RUN apk update && apk add \
bash \
wget curl \
git \
zip unzip \
nodejs npm \
python3 py3-pip
RUN apt-get update && apt-get install -y \
git \
zip unzip

# node
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y nodejs

# composer
RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ services:

kuli:
container_name: kuli
image: artistudioxyz/kuli:latest
image: ghcr.io/artistudioxyz/kuli:latest
build: .
restart: always

0 comments on commit bff219a

Please sign in to comment.