Skip to content

Commit

Permalink
install bash to alpine docker (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Sep 13, 2024
1 parent 385ccea commit 4015ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ FROM alpine:3.18.4

RUN apk add --no-cache libstdc++ gcompat libgomp; \
apk add --update busybox>1.3.1-r0; \
apk add --update openssl>3.1.4-r1
apk add --update openssl>3.1.4-r1; \
apk add bash

RUN apk add doas; \
adduser -S dommyuser -D -G wheel; \
Expand Down

0 comments on commit 4015ea5

Please sign in to comment.