pypy
Simon 5 years ago
parent 58243a18fc
commit 6336796ee6

@ -2,7 +2,7 @@ FROM debian:bullseye-slim
COPY entrypoint-proxy /entrypoint
RUN adduser -D -u 54000 radio && \
RUN adduser -u 54000 radio && \
apt-get && \
apt-get install git gcc musl-dev pypy pypy-dev && \
cd /opt && \

Loading…
Cancel
Save

Powered by TurnKey Linux.