akiko19191 commited on
Commit
c1e6971
·
verified ·
1 Parent(s): 877c479

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \