Skip to content

Commit

Permalink
Explicitly add tar for compatibility with GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Apr 10, 2024
1 parent 580299b commit b81f9bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apk add --no-cache \
cmake \
bash \
curl \
openssh-client
openssh-client \
tar

ADD bestsens-SERVER-CA.crt /usr/share/ca-certificates/bestsens/bestsens-SERVER-CA.crt
RUN cat /usr/share/ca-certificates/bestsens/bestsens-SERVER-CA.crt >> /etc/ssl/certs/ca-certificates.cr

0 comments on commit b81f9bc

Please sign in to comment.