Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Dockerfile #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add Dockerfile #4

wants to merge 1 commit into from

Conversation

maedoc
Copy link

@maedoc maedoc commented Nov 6, 2017

No description provided.

@@ -0,0 +1,7 @@
FROM ubuntu:16.04
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FROM ubuntu:16.04
FROM ubuntu:22.04

@orhun
Copy link

orhun commented Feb 24, 2023

Why not use a lighter image such as alpine?

FROM alpine:3.17
RUN apk add --no-cache perl-utils perl-curses make
RUN cpan && \
  cpan Term::Animation
COPY asciiquarium /usr/bin/asciiquarium
CMD ["/usr/bin/asciiquarium"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants