We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbd571 commit f6c585eCopy full SHA for f6c585e
Dockerfile
@@ -1,5 +1,5 @@
1
FROM debian:12
2
-LABEL version="0.2.0-alpha"
+LABEL version="0.2.1-alpha"
3
LABEL vendor1="DanteyPL"
4
# Install required packages to install dkp
5
RUN apt-get update && apt-get install -y \
@@ -23,7 +23,7 @@ RUN echo "export PATH=$PATH:/opt/devkitpro/devkitARM/bin" >> ~/.bashrc
23
ENV DEVKITPRO /opt/devkitpro
24
ENV DEVKITARM /opt/devkitpro/devkitARM
25
# Install netpass packages dependencies
26
-RUN apt-get update && apt-get install -y \
+RUN apt-get update && apt-get --no-install-recommends install -y \
27
ffmpeg \
28
python3 \
29
python3-pip
0 commit comments