Skip to content

Commit f67a7b7

Browse files
author
Devdutt Shenoi
committed
fix: alpine deps
1 parent 154c28f commit f67a7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.vendor="Parseable Inc"
2222
LABEL org.opencontainers.image.licenses="AGPL-3.0"
2323

2424
# Install dependencies for build
25-
RUN apk add --no-cache musl-dev gcc git bash
25+
RUN apk add --no-cache build-base git bash
2626

2727
WORKDIR /parseable
2828
COPY . .

0 commit comments

Comments
 (0)