Skip to content

Commit

Permalink
bugfix - install ca-certs in dockerfile (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taimoor Ahmad authored May 23, 2024
1 parent 5497ac2 commit ac6963a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changes/unreleased/Bugfix-20240523-151230.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Bugfix
body: Docker image will now install `ca-certificates` during bootstrap
time: 2024-05-23T15:12:30.528274-04:00
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ENV USER_UID=1001 USER_NAME=opslevel
ENTRYPOINT ["/usr/local/bin/opslevel"]
WORKDIR /app
RUN apt-get update && \
apt-get install -y jq && \
apt-get install -y ca-certificates jq && \
apt-get purge && apt-get clean && apt-get autoclean
COPY opslevel /usr/local/bin

0 comments on commit ac6963a

Please sign in to comment.