Skip to content
Snippets Groups Projects

Add PHP 8.1

Merged Erick Hitter requested to merge add/php-8.1 into master
8 files
+ 44
9
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
1
@@ -7,7 +7,7 @@ LABEL version="1.0"
# Install golint
ENV GOPATH /go
ENV PATH ${GOPATH}/bin:$PATH
RUN go get -u golang.org/x/lint/golint
RUN go install golang.org/x/lint/golint@latest
# Install clang
RUN apt-get update && apt-get install -y --no-install-recommends \
Loading