debug helper
This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
- run: apk add --no-cache vim
|
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
- run: ls -la app
|
- run: ls -la app
|
||||||
- run: ls -la app/Helpers
|
- run: ls -la app/Helpers
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ FROM php:8.2-fpm-alpine
|
|||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
vim \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user