Skip to content

Commit

Permalink
Upgrade alpine image and add libcurl as a package to install in the c…
Browse files Browse the repository at this point in the history
…ontainer.
  • Loading branch information
arale61 committed Oct 24, 2024
1 parent f5fa2f9 commit add68b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Evil-WinRM Dockerfile

# Base image
FROM alpine:3.14 AS final
FROM alpine:3.14 AS build
FROM alpine:3.20.3 AS final
FROM alpine:3.20.3 AS build

# Credits & Data
LABEL \
Expand Down Expand Up @@ -100,7 +100,8 @@ RUN apk --no-cache add \
yaml \
libffi \
zlib \
openssl
openssl \
libcurl

# Make the ruby and Evil-WinRM paths available
ENV PATH=$PATH:/opt/rubies/ruby-3.2.2/bin:/opt/evil-winrm
Expand Down

0 comments on commit add68b6

Please sign in to comment.