Skip to content

Commit

Permalink
Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
nesimtunc committed May 6, 2021
1 parent bb13432 commit 14f75d1
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
@@ -1,7 +1,7 @@
FROM elixir:1.11.4-alpine as build

# install build dependencies
RUN apk add --update git build-base nodejs npm yarn python
RUN apk add --update git build-base nodejs npm yarn python3

# prepare build dir
RUN mkdir /app
Expand Down

0 comments on commit 14f75d1

Please sign in to comment.