Skip to content

Commit

Permalink
Bump dependencies in container (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 authored Dec 11, 2023
1 parent 48c6e53 commit b6cc717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update -q \
language-pack-ja \
git \
libyaml-cpp-dev \
libc-bin \
liblzma-dev

# remove unnessesory package files
Expand All @@ -52,7 +53,7 @@ USER apl
RUN . ~/.bash_profile \
&& pyenv install 3.11.2 \
&& pyenv global 3.11.2 \
&& pip install --upgrade pip
&& pip install --upgrade pip setuptools

# install poetry
RUN . ~/.bash_profile \
Expand Down
3 changes: 2 additions & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update -q \
language-pack-ja \
git \
libyaml-cpp-dev \
libc-bin \
liblzma-dev

# remove unnessesory package files
Expand All @@ -52,7 +53,7 @@ USER apl
RUN . ~/.bash_profile \
&& pyenv install 3.11.2 \
&& pyenv global 3.11.2 \
&& pip install --upgrade pip
&& pip install --upgrade pip setuptools

# install poetry
RUN . ~/.bash_profile \
Expand Down

0 comments on commit b6cc717

Please sign in to comment.