Skip to content

Commit

Permalink
Refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
BarzaH committed Nov 15, 2024
1 parent 8abb1b9 commit 42ed8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get install ffmpeg libsm6 libxext6 -y && \
apt-get install curl -y && \
apt-get -y install git && \
apt-get -y clean \
apt-get -y clean && \
pip3 install --upgrade pip
# works with 1.2.2
RUN /bin/bash -c 'curl -sSL https://install.python-poetry.org | python - --version 1.6.1'
Expand Down
2 changes: 1 addition & 1 deletion DockerfileAstra
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ipodsekin/astralinux:orel-slim-2.12.45-mg7.1.0
RUN apt-get update && \
apt-get install -y ffmpeg libsm6 libxext6 && \
apt-get install -y wget && \
apt-get clean
apt-get -y clean

COPY . /code
WORKDIR code
Expand Down

0 comments on commit 42ed8ce

Please sign in to comment.