Skip to content

Commit 271c819

Browse files
authored
Update Dockerfile (Azure#19096)
* Update Dockerfile * use ubuntu20.04
1 parent 634d614 commit 271c819

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/datacontainer/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
FROM mcr.microsoft.com/cbl-mariner/distroless/base:1.0
2-
3-
RUN apk update && \
4-
apk add git
1+
FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:20.04
52

63
RUN mkdir -p /usr/data/specrepo/
4+
75
COPY .git /usr/data/specrepo/.git
86

97
WORKDIR /usr/data/scripts/

0 commit comments

Comments
 (0)