Skip to content

Commit 673ea5b

Browse files
fix: root user
1 parent 9a64f7d commit 673ea5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php8.2-cli/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM php:8.2
22

3+
USER root
4+
35
RUN apt-get install -y bash
46
RUN ln -sf /bin/bash /bin/sh
57

0 commit comments

Comments
 (0)