Skip to content

Commit 14f75d1

Browse files
committed
Python3
1 parent bb13432 commit 14f75d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM elixir:1.11.4-alpine as build
22

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

66
# prepare build dir
77
RUN mkdir /app

0 commit comments

Comments
 (0)