refactor: remove php container
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
container: [infra, go, php]
|
||||
container: [infra, go]
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v6
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
ARG TAG
|
||||
FROM job79/base:${TAG}
|
||||
USER root
|
||||
|
||||
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
||||
dnf -y --setopt=keepcache=1 install php composer npm && \
|
||||
composer global require laravel/installer
|
||||
|
||||
USER user
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
run_opts+=("-v" "$HOME/Documents/php:/home/user/Documents/php")
|
||||
Reference in New Issue
Block a user