Skip to content

Commit

Permalink
USAGOV-2140: reporter needs ca-certificates (#2142)
Browse files Browse the repository at this point in the history
* USAGOV-2140-restore-reporter: Build for reporter with pinned caddy

* USAGOV-2140-restore-reporter: Replace pushd/popd with cd in CircleCI script

* USAGOV-2140-restore-reporter: Reporter expects ca-certificates; why were we not including it?

* USAGOV-2140-restore-reporter: Remove feature branch from CircleCI config

* USAGOV-2140-restore-reporter: Restore container-build-reporter, use latest caddy from cg-egress-proxy repo

* USAGOV-2140-restore-reporter: Remove feature branch from circleci config

---------

Co-authored-by: Dale Frey <[email protected]>
  • Loading branch information
akf and DaleMHFrey authored Dec 27, 2024
1 parent ab60e8e commit a2bd654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/Dockerfile-reporter
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apk upgrade --update \
jq \
bash \
curl \
gettext
gettext \
ca-certificates

RUN chmod +x /createreport.sh \
&& npm install -g analytics-reporter
Expand Down

0 comments on commit a2bd654

Please sign in to comment.