Skip to content

Commit

Permalink
Update Dockerfile (#19096)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* use ubuntu20.04
  • Loading branch information
ruowan committed May 17, 2022
1 parent 634d614 commit 271c819
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/datacontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM mcr.microsoft.com/cbl-mariner/distroless/base:1.0

RUN apk update && \
apk add git
FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:20.04

RUN mkdir -p /usr/data/specrepo/

COPY .git /usr/data/specrepo/.git

WORKDIR /usr/data/scripts/
Expand Down

0 comments on commit 271c819

Please sign in to comment.