Skip to content

Commit

Permalink
set docker user to root
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvi committed Aug 14, 2024
1 parent 408a017 commit 1fd9d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:noble-20240114 AS base
USER root

RUN apt-get update && \
apt-get install -y \
Expand All @@ -12,4 +13,4 @@ ENV PATH="/root/.cargo/bin:${PATH}"

WORKDIR /ci

FROM base
FROM base

0 comments on commit 1fd9d0a

Please sign in to comment.