mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
fix the Dockerfile syntax
This commit is contained in:
parent
3a01938159
commit
bf2c43a500
@ -1,7 +1,7 @@
|
||||
FROM debian:9
|
||||
|
||||
RUN apt-get --quiet update &&
|
||||
apt-get --quiet --yes install git &&
|
||||
RUN apt-get --quiet update && \
|
||||
apt-get --quiet --yes install git && \
|
||||
apt-get --quiet --yes install \
|
||||
sudo \
|
||||
build-essential \
|
||||
|
Loading…
x
Reference in New Issue
Block a user