Skip to content

Commit

Permalink
fix: git image
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 25, 2024
1 parent 6cfe25b commit e432f19
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions git/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine/git:v2.40.1@sha256:1134fdfca49677f3c33445ede74cd64b55f524ad3cb215fa464492ad281eafc0
FROM ubuntu:24.04

RUN adduser -D script

WORKDIR /home/script
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*

USER 1000
WORKDIR /home/ubuntu

0 comments on commit e432f19

Please # to comment.