Skip to content
Snippets Groups Projects
Commit 05db68bd authored by nimrod's avatar nimrod
Browse files

Updates.

Latest version of Hitch. Latest version of Alpine.
parent de999dbe
No related branches found
No related tags found
No related merge requests found
ARG Version="1.5.0" ARG Version="1.6.0"
ARG AlpineVersion="3.10" ARG AlpineVersion="3.12"
FROM alpine:$AlpineVersion as builder FROM alpine:$AlpineVersion as builder
# hadolint ignore=DL3018 # hadolint ignore=DL3018
...@@ -10,7 +10,9 @@ RUN apk add --update --no-cache \ ...@@ -10,7 +10,9 @@ RUN apk add --update --no-cache \
build-base \ build-base \
flex \ flex \
libev-dev \ libev-dev \
openssl-dev openssl-dev \
py3-docutils \
;
ARG Version ARG Version
ENV VERSION="$Version" ENV VERSION="$Version"
# Tar fails without an error in Docker Hub but succeeds on my laptop. For now # Tar fails without an error in Docker Hub but succeeds on my laptop. For now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment