Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyajob05 authored Oct 1, 2023
1 parent 32bf1c5 commit e871c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04

# RUN apt update -y
# RUN apt upgrade -y
RUN apt update -y
RUN apt upgrade -y
# reinstall certificates, otherwise git clone command might result in an error
# RUN apt install --reinstall ca-certificates -y

Expand Down

0 comments on commit e871c0a

Please sign in to comment.