Skip to content

Instantly share code, notes, and snippets.

View starvsion's full-sized avatar

Junhai(Shuyi) starvsion

View GitHub Profile
@starvsion
starvsion / Dockerfile
Created May 21, 2019 03:12
Vessel App Fedora Version (these are files inside docker/app)
# __DIR.'/docker'
FROM fedora:30
RUN useradd -ms /bin/bash -u 1337 vessel
WORKDIR /var/www/html
ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf