Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
muslumhanozturk authored Aug 23, 2023
1 parent 48b2ffb commit 432e2b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ CMD [ "echo", "$TEST" ] # No shell processes run in exec form, so the process

---------------------------------------------------------------------

FROM ubuntu:latest
WORKDIR /gecici
ARG VERSION:3.8.1 # It is a variable that allows to assign a value during build docker image build -t x1 --build-arg VERSION=3.7.1 .
ADD https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz .
CMD ls -al

---------------------------------------------------------------------

0 comments on commit 432e2b7

Please sign in to comment.