Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Jun 5, 2020
1 parent b1c9d8e commit 8339f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get -qq -y remove curl gnupg && \
apt-get -qq -y autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/log/dpkg.log && \
rm /usr/bin/python && ln -s /usr/bin/python3 /usr/bin/python
ln -s /usr/bin/python3 /usr/bin/python

COPY . /pegasusio/
WORKDIR /pegasusio/tests
Expand Down

0 comments on commit 8339f7d

Please sign in to comment.