Skip to content
Snippets Groups Projects
Commit 1fd5e413 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

change to ubuntu and install python

parent b2c96ae0
No related branches found
No related tags found
No related merge requests found
Pipeline #10582 failed with stage
in 24 seconds
# Use a base image
FROM alpine:latest
FROM ubuntu:22.04
RUN sudo apt update && sudo apt upgrade
RUN sudo apt install python3.11
# Print "Hello, World!" when the container starts
CMD echo "Hello, World!" && echo "Hello again!"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment