Skip to content

Commit

Permalink
add opkg and apt to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Nov 7, 2024
1 parent 3bf6a8d commit 3fbfecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ RUN apk add --no-cache \
openssh-server \
coreutils

RUN apk add opkg --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN apk add apt --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community

RUN ssh-keygen -A
RUN addgroup "peridio"
RUN adduser --disabled-password --ingroup "peridio" "peridio"
Expand Down

0 comments on commit 3fbfecc

Please sign in to comment.