3 lines
138 B
Text
3 lines
138 B
Text
FROM debian AS base
|
|
RUN apt update
|
|
RUN --mount=type=cache,target=/var/cache apt install -y build-essential libssl-dev zlib1g-dev autoconf
|