Skip to content

Commit bc7bfc0

Browse files
committed
unminimize
1 parent c15ce7b commit bc7bfc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dogfood/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ COPY --from=rust-utils /tmp/bin /usr/local/bin
330330
COPY --from=proto /tmp/bin /usr/local/bin
331331
COPY --from=proto /tmp/include /usr/local/bin/include
332332

333+
# Unminmize the image
334+
RUN yes | unminimize
335+
333336
USER coder
334337

335338
# Ensure go bins are in the 'coder' user's path. Note that no go bins are

0 commit comments

Comments
 (0)