Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Dec 9, 2024
1 parent 534c254 commit 396c9d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM alpine:latest

# Update repositories
RUN echo https://dl-cdn.alpinelinux.org/alpine/v3.20/main/ > /etc/apk/repositories
RUN echo https://dl-cdn.alpinelinux.org/alpine/v3.20/community/ >> /etc/apk/repositories

RUN apk update
RUN apk add --no-cache git gcc make musl-dev autoconf automake libtool ninja \
linux-headers bash meson cmake pkgconfig libcap-static libcap-dev \
libselinux-dev libxslt upx
Expand Down

0 comments on commit 396c9d1

Please sign in to comment.