forked from cory/tildefriends
Smaller docker image. Why not.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4162 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
0ca05e297d
commit
6104af0d70
@ -2,8 +2,10 @@ FROM bitnami/minideb:bullseye AS build
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
gcc \
|
||||||
libssl-dev
|
libc6-dev \
|
||||||
|
libssl-dev \
|
||||||
|
make
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN make -C /app -j $(nproc) release
|
RUN make -C /app -j $(nproc) release
|
||||||
|
Loading…
Reference in New Issue
Block a user