Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMimir committed Nov 7, 2023
1 parent fc15fdf commit 2060158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ RUN cargo build --release

FROM ubuntu:latest

RUN apt update -y
RUN apt install ca-certificates -y
RUN update-ca-certificates -y

RUN useradd -ms /bin/bash ubuntu
USER ubuntu

Expand Down

0 comments on commit 2060158

Please sign in to comment.