Skip to content

Commit

Permalink
trying verbose to debug build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bmappi committed Aug 13, 2024
1 parent f0fc230 commit ff4d6e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Builder
FROM erlang:25.3.2.8-alpine AS builder
RUN apk add --update git build-base bsd-compat-headers openssl-dev snappy-dev curl alpine-sdk bash \
&& git clone -b 1.13.0 https://github.com/bmappi/mqtt \
FROM erlang:26.2-alpine AS builder
RUN apk add --update git build-base coreutils bsd-compat-headers openssl-dev snappy-dev curl alpine-sdk bash \
&& git clone -b 2.0.1 https://github.com/bmappi/mqtt \
&& cd mqtt \
&& make -j 16 rel
&& make VERBOSE=1 -j 16 rel

# Executor
FROM alpine:3.20
Expand Down

0 comments on commit ff4d6e1

Please sign in to comment.