Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moore authored Oct 18, 2023
1 parent 058b204 commit 512baed
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 @@ -18,7 +18,8 @@ FROM openjdk:8-jdk-alpine

MAINTAINER KamikazeJAM, <[email protected]>

RUN adduser --disabled-password --home /home/container container
RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite fontconfig \
&& adduser --disabled-password --home /home/container container

USER container
ENV USER=container HOME=/home/container
Expand Down

0 comments on commit 512baed

Please sign in to comment.