Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 authored Apr 5, 2024
1 parent af98e0e commit 7b94c30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ARG ALPINE_VERSION=latest
FROM alpine:${ALPINE_VERSION} AS builder

RUN apk --update --no-cache add \
xorriso \
unzip \
git \
python3 \
Expand Down Expand Up @@ -44,7 +43,7 @@ RUN pip3 install -r /tmp/requirements.txt
# Final image
FROM alpine:${ALPINE_VERSION}
MAINTAINER Syntax3rror404
RUN apk add --no-cache python3 libffi curl jq
RUN apk add --no-cache python3 libffi curl jq xorriso
RUN echo "===> Adding hosts for convenience..." && \
mkdir -p /etc/ansible /ansible && \
echo "[local]" >> /etc/ansible/hosts && \
Expand Down

0 comments on commit 7b94c30

Please sign in to comment.