-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
giacomo
committed
Mar 15, 2021
1 parent
7cba2a8
commit 42e17e3
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,7 @@ FROM alpine:3.12 | |
LABEL maintainer "Unified Streaming <[email protected]>" | ||
|
||
# Install packages | ||
<<<<<<< HEAD | ||
RUN apk --update add apache2 apache2-proxy apache2-ssl python3 py3-pip \ | ||
======= | ||
RUN apk --update add apache2 apache2-proxy apache2-ssl \ | ||
>>>>>>> master | ||
&& rm -f /var/cache/apk/* | ||
|
||
RUN wget -q -O /etc/apk/keys/[email protected] \ | ||
|