Skip to content

Commit 932347f

Browse files
committed
Base the build image on alpine
1 parent abd3c9d commit 932347f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
FROM wichtounet/cpp:gcc15
1+
FROM wichtounet/cpp:alpine-latest
22

33
# Install dependencies
4-
RUN apt-get update && apt-get -y upgrade && apt-get -y install pipx && rm -rf /var/lib/apt/lists/*
4+
RUN apk add pipx
55
RUN pipx install yfinance
66

77
# Set the locale
8-
RUN locale-gen en_US.UTF-8
98
ENV LANG en_US.UTF-8
109
ENV LANGUAGE en_US:en
1110
ENV LC_ALL en_US.UTF-8

0 commit comments

Comments
 (0)