We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3181e4 commit 0095cd2Copy full SHA for 0095cd2
1 file changed
Dockerfile
@@ -15,10 +15,11 @@ RUN rm -f /var/cache/apt/archives/*.deb
15
RUN rm -f /var/cache/apt/archives/partial/*.deb
16
RUN rm -f /var/cache/apt/*.bin
17
RUN sh -c true
18
-RUN apt-get update
+# RUN apt-get update
19
20
# mfr dependencies
21
-RUN apt-get install -y \
+RUN apt-get update \
22
+ && apt-get install -y \
23
git \
24
make \
25
gcc \
0 commit comments