Skip to content

Commit

Permalink
fix: tools/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon committed Jun 27, 2021
1 parent f16a711 commit e2cf119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install: install.buf ## install buf, protoc, protoc-gen for Go & Dart
rm -f protoc-*.zip
make install.go
flutter pub global activate protoc_plugin
flutter pub get

.PHONY: install.go
install.go: ## install go with dependencies
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:latest AS builder
RUN apt update && apt install -y git curl make tar gzip bash unzip libsnmp-dev
RUN apt update && apt install -y git curl make tar gzip bash unzip gcc
WORKDIR /temp
# Set up ENV variable.
ENV PATH=$PATH:/temp/flutter/bin:/usr/local/go/bin:/root/.local/bin:/root/go/bin
Expand Down

0 comments on commit e2cf119

Please sign in to comment.