Skip to content

Commit

Permalink
Fix base dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Mar 20, 2019
1 parent d51d7cd commit edd5989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk update && \
RUN pip3 install transifex-client

# Add sym link for php & python
RUN rm /usr/bin/python && ln -s /usr/bin/python3 /usr/bin/python
RUN ln -s /usr/bin/python3 /usr/bin/python

RUN mkdir -p /app

Expand Down

0 comments on commit edd5989

Please sign in to comment.