Skip to content

Commit d694bfb

Browse files
authored
Merge pull request #20 from odtp-org/fix-externally-managed-environment
Fix externally managed environment
2 parents 0f868da + dfc96f9 commit d694bfb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM ubuntu:latest
1+
FROM ubuntu:22.04
22

33
RUN apt update
4-
RUN apt install python3 python3-pip -y
4+
RUN apt install python3.10 python3-pip -y
55

66
##################################################
77
# Ubuntu setup

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ If you want to kill the session just write `exit`. Also use `tmux ls` to list al
121121

122122
## Changelog
123123

124+
- v0.4.3
125+
- Ubuntu fixed at 22.04
126+
- Python fixed at 3.10
127+
124128
- v0.4.2
125129
- Updated `odtp-component-client`
126130
- Corrected typo in `odtp.yml` regarding component license

0 commit comments

Comments
 (0)