Skip to content

Commit

Permalink
Dockerfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcanpilami committed Nov 4, 2018
1 parent ecb2a2e commit e661aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux/Dockerfile
Expand Up @@ -13,7 +13,7 @@ WORKDIR /jqm-all
# Resume normal operations
COPY ./docker/windows/nexus/settings.xml ./jqm-all ./

RUN apk add unzip
RUN apt install unzip

RUN mvn install -DskipTests=${SKIP_TESTS} ${MVN_SETTINGS}
RUN mkdir /jqm
Expand Down

0 comments on commit e661aef

Please sign in to comment.