Skip to content

Commit

Permalink
Merge pull request #51 from hANSIc99/dev
Browse files Browse the repository at this point in the history
fixed containerfile for v1.8
  • Loading branch information
hANSIc99 authored Aug 27, 2021
2 parents 79ccc4a + 999dc38 commit a8e344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN /usr/bin/python3 -m pip install pylint==2.7.4

COPY dist/Pythonic-1.8.tar.gz /

RUN /usr/bin/python3 -m pip install /Pythonic-1.7.tar.gz
RUN /usr/bin/python3 -m pip install /Pythonic-1.8.tar.gz

RUN rm Pythonic-1.8.tar.gz

Expand Down

0 comments on commit a8e344d

Please sign in to comment.