update parkertron image
This commit is contained in:
@@ -2,8 +2,11 @@ FROM --platform=$TARGETOS/$TARGETARCH alpine:3.9
|
|||||||
|
|
||||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||||
|
|
||||||
RUN apk add --update --no-cache git curl lua-stdlib lua musl-dev g++ libc-dev tesseract-ocr tesseract-ocr-dev \
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
&& adduser -D -h /home/container container
|
|
||||||
|
RUN apt update -y \
|
||||||
|
&& apt install -y libtesseract-dev \
|
||||||
|
&& useradd -m -d /home/container container
|
||||||
|
|
||||||
USER container
|
USER container
|
||||||
ENV USER=container HOME=/home/container
|
ENV USER=container HOME=/home/container
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/ash
|
#!/bin/bash
|
||||||
cd /home/container
|
cd /home/container
|
||||||
|
|
||||||
# Set environment variable that holds the Internal Docker IP
|
# Set environment variable that holds the Internal Docker IP
|
||||||
|
Reference in New Issue
Block a user