We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaefda commit 10d6370Copy full SHA for 10d6370
2 files changed
Dockerfile_improject
@@ -3,9 +3,9 @@ FROM ubuntu:22.04
3
LABEL maintainer="Igor Misic <igy1000mb@gmail.com>"
4
5
RUN apt-get update && apt-get -y --quiet --no-install-recommends install \
6
+ build-essential \
7
ca-certificates \
8
git \
- make \
9
python3 \
10
wget \
11
tar \
README.md
@@ -2,7 +2,7 @@
2
### How to build docker image
-docker build -t igormisic/improject:v1.0.2 -f Dockerfile_improject .
+docker build -t igormisic/improject:v1.0.3 -f Dockerfile_improject .
### How to push docker image to docker hub
-docker push igormisic/improject:v1.0.2
+docker push igormisic/improject:v1.0.3
0 commit comments