Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchan0130 committed Aug 15, 2023
1 parent 241103b commit 739dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-apache
FROM --platform=$BUILDPLATFORM php:8.2-apache

Check failure on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / lint

DL3029 warning: Do not use --platform flag with FROM

RUN apt-get update && \
apt-get -y install apt-transport-https git curl vim --no-install-recommends && \
Expand Down

0 comments on commit 739dc5b

Please sign in to comment.