Skip to content

Commit a9a9bcd

Browse files
relastleHiroki-Konishi
authored andcommitted
Update: add gcc and make commands
1 parent a3149f3 commit a9a9bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer "Hiroki Konishi <relastle@gmail.com>"
33

44
# Install zsh
55
RUN apk update && \
6-
apk add --no-cache zsh git && \
6+
apk add --no-cache zsh git gcc make && \
77
rm -f /tmp/* /etc/apk/cache/*
88
ENV SHELL /bin/zsh
99

0 commit comments

Comments
 (0)