Skip to content

Commit

Permalink
Add php82-bun.Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnold Albert committed Aug 26, 2024
1 parent db677f9 commit d0d5aaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
tags: webguruseu/bitbucket-pipelines-phpdockerio:php82-node

- name: php82-bun
file: php82-bun.Dockerfile
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
tags: webguruseu/bitbucket-pipelines-phpdockerio:php82-bun

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
4 changes: 4 additions & 0 deletions php82-bun.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM webguruseu/bitbucket-pipelines-phpdockerio:php82

RUN curl -fsSL https://bun.sh/install | bash; \
source /root/.bashrc;

0 comments on commit d0d5aaa

Please sign in to comment.