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 dc1f180 commit 398dc25Copy full SHA for 398dc25
Dockerfile
@@ -1,5 +1,6 @@
1
FROM buildpack-deps:stable
2
3
+RUN apt-get update && apt-get -y install cmake ninja-build
4
RUN useradd -ms /bin/bash ez80
5
USER ez80
6
WORKDIR /home/ez80
0 commit comments