Skip to content

Commit

Permalink
Add dockerfile of alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Dec 17, 2023
1 parent a8f44fa commit c02da2f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dockerfiles/alpine-linux.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FROM alpine

RUN \
apk update && apk upgrade && \
apk add \
bash \
build-base \
git \
gcc \
cmake \
make \
ruby \
ruby-dev \
openssl \
openssl-dev \
zlib \
zlib-dev \
sudo \
which

WORKDIR /opt/ilios

0 comments on commit c02da2f

Please sign in to comment.