Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -45,6 +45,7 @@ RUN wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz -O
|
|
| 45 |
# Reduces layers and removes build tools afterwards
|
| 46 |
RUN apk add --no-cache --virtual .build-deps \
|
| 47 |
build-base \
|
|
|
|
| 48 |
gcc \
|
| 49 |
libc-dev \
|
| 50 |
mpc1-dev \
|
|
|
|
| 45 |
# Reduces layers and removes build tools afterwards
|
| 46 |
RUN apk add --no-cache --virtual .build-deps \
|
| 47 |
build-base \
|
| 48 |
+
su-exec \
|
| 49 |
gcc \
|
| 50 |
libc-dev \
|
| 51 |
mpc1-dev \
|