This commit is contained in:
MedzikUser 2021-10-03 14:33:04 +02:00
parent b491959a18
commit 26b146d690
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
2 changed files with 1 additions and 9 deletions

View File

@ -11,12 +11,4 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Install Yarn
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg > /dev/null \
&& echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list \
&& sudo apt-get update \
&& sudo apt-get install yarn \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT []

View File

@ -2,4 +2,4 @@
F-Droid Server which can be used in CI/CD to create a repository and publish it.
[⭐ Source Code](https://github.com/MedzikUser/docker-fdroid)
[⭐ Source Code](https://github.com/MedzikUser/docker-fdroidserver)