PedroC11 commited on
Commit
80e5758
·
verified ·
1 Parent(s): 07929de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -24,7 +24,9 @@ COPY --chown=user . $HOME/app
24
 
25
  # WORKDIR /app
26
 
27
- RUN chown -R user apt-get update && apt-get install -y \
 
 
28
  build-essential \
29
  curl \
30
  git \
 
24
 
25
  # WORKDIR /app
26
 
27
+ COPY --chown=user apt-get .
28
+
29
+ RUN apt-get update && apt-get install -y \
30
  build-essential \
31
  curl \
32
  git \