Skip to content

Commit

Permalink
Use alpine as base image (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moser-ss authored Dec 16, 2022
1 parent 5a3d896 commit e1f8b7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04
FROM alpine:3.16

RUN apt-get update && apt-get install -y curl git

COPY rootfs/ /
RUN apk update \
&& apk add --no-cache bash curl git

COPY rootfs/ /

0 comments on commit e1f8b7b

Please sign in to comment.