Skip to content

Commit

Permalink
Notification + diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 17, 2024
1 parent ced81f7 commit b924110
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions alpine/3.20/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"

ARG GO_VERSION=1.23.1
RUN wget https://go.dev/dl/go${GO_VERSION}.${TARGETPLATFORM}.tar.gz \
&& tar -C /usr/local -xzf go${GO_VERSION}.${TARGETPLATFORM}.tar.gz \
&& rm go${GO_VERSION}.${TARGETPLATFORM}.tar.gz
ENV PATH="/usr/local/go/bin:${PATH}"

ARG CFLAGS="-I/usr/src/php"
RUN apk update \
&& apk upgrade \
Expand Down

0 comments on commit b924110

Please sign in to comment.