Skip to content

Commit 10d6370

Browse files
committed
Add build-essential
1 parent bbaefda commit 10d6370

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile_improject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM ubuntu:22.04
33
LABEL maintainer="Igor Misic <igy1000mb@gmail.com>"
44

55
RUN apt-get update && apt-get -y --quiet --no-install-recommends install \
6+
build-essential \
67
ca-certificates \
78
git \
8-
make \
99
python3 \
1010
wget \
1111
tar \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
### How to build docker image
5-
docker build -t igormisic/improject:v1.0.2 -f Dockerfile_improject .
5+
docker build -t igormisic/improject:v1.0.3 -f Dockerfile_improject .
66

77
### How to push docker image to docker hub
8-
docker push igormisic/improject:v1.0.2
8+
docker push igormisic/improject:v1.0.3

0 commit comments

Comments
 (0)