Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Carter committed Jan 31, 2024
1 parent 514ea87 commit 83974b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions babybuddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ RUN \
/app/babybuddy --strip-components=1

# hadolint ignore=DL3003

RUN \
apk add --no-cache \
libcrypto3=3.1.4-r5 \
libssl3=3.1.4-r5

RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
Expand Down

0 comments on commit 83974b4

Please sign in to comment.