Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyajob05 authored Oct 3, 2023
1 parent 4681474 commit 5536c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TZ=US
RUN apt update && apt install -y tcl
RUN apt upgrade -y
reinstall certificates, otherwise git clone command might result in an error
# reinstall certificates, otherwise git clone command might result in an error
RUN apt install --reinstall ca-certificates -y

# install developer dependencies
Expand Down

0 comments on commit 5536c55

Please sign in to comment.