Skip to content

Commit a41b95f

Browse files
authored
Merge pull request #312 from OverOrion/fix/alpine-deps
fix(docker/alpine): add missing dependency
2 parents 48c5144 + e30246d commit a41b95f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/openwec-alpine.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ENV APP_USER=openwec
3838

3939
RUN apk upgrade --no-cache && apk add --no-cache \
4040
libgcc \
41+
libsasl \
4142
libssl3 libcrypto3 \
4243
krb5-libs \
4344
&& addgroup $APP_USER \

0 commit comments

Comments
 (0)