Docerfile not work #25928
Unanswered
DimaMSISur
asked this question in
Q&A
Docerfile not work
#25928
Replies: 1 comment
-
--- Containerfile 2025-04-20 13:37:09.573090400 +0200
+++ Containerfile.new 2025-04-20 13:36:58.878842310 +0200
@@ -1,4 +1,5 @@
FROM ubuntu:latest
+RUN apt-get update && apt-get install -y zsh
WORKDIR /app
COPY main.zsh /app/hello.zsh
RUN chmod +x ./hello.zsh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to make container on ubuntu, which should output "Hello" on terminal. I have main.zsh:
And I have Containerfile:
When I run this container I have this error:
Help me pls...
Beta Was this translation helpful? Give feedback.
All reactions