Skip to content

Commit

Permalink
Update Dockerfile (Thanks @JRDevo)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDallas committed May 15, 2022
1 parent ef1cb29 commit 4512262
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM ubuntu:18.04

RUN apt update && \
apt install openssl -y && \
apt install ca-certificates \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt/app/

COPY premiumizearrd /opt/app/
Expand Down

0 comments on commit 4512262

Please sign in to comment.