Skip to content

Commit ba67c52

Browse files
committed
remove git installation step as git is already present in the base image
1 parent 798f769 commit ba67c52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
FROM rust:1.64.0-bullseye
22

3-
RUN apt-get update \
4-
&& apt-get install -y \
5-
git \
6-
&& rm -rf /var/lib/apt/lists/*
7-
83
WORKDIR /app
94

105
USER 1000

0 commit comments

Comments
 (0)