Skip to content

Commit

Permalink
remove symlinks
Browse files Browse the repository at this point in the history
Co-authored-by: David Finol <[email protected]>
  • Loading branch information
webbertakken and davidmfinol authored Mar 11, 2022
1 parent 6c483dc commit 6aee789
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions images/ubuntu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ RUN apt-get -q update \
xz-utils \
&& apt-get clean

# Use python3 and pip3 as default
RUN ln -s /usr/bin/python3 /usr/bin/python \
&& python --version \
&& ln -s /usr/bin/pip3 /usr/bin/pip \
&& pip --version
# Toolbox
RUN apt-get -q update \
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
Expand Down

0 comments on commit 6aee789

Please sign in to comment.