mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Remove unneeded dockerfile-sync
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
FROM ubuntu:16.04
|
|
||||||
|
|
||||||
RUN PACKAGES="\
|
|
||||||
rsync \
|
|
||||||
lsyncd \
|
|
||||||
" && \
|
|
||||||
apt-get update && \
|
|
||||||
apt-get install -y $PACKAGES && \
|
|
||||||
apt-get autoremove --purge -y && \
|
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
|
||||||
Reference in New Issue
Block a user