Skip to content

Commit d5e1bc2

Browse files
committed
fix typo in dockerfile
Resolves: Related: Signed-off-by: Daniel Andrei Minca <[email protected]>
1 parent f6a781f commit d5e1bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN set -x \
4040

4141
WORKDIR /opt
4242
RUN set -x \
43+
tar xvf poop.tar.gz -C caca --strip-components 1 \
4344
curl -L https://github.com/phacility/phabricator/archive/${PHABRICATOR_COMMIT}.tar.gz | tar -xzf - \
4445
curl -L https://github.com/phacility/arcanist/archive/${ARCANIST_COMMIT}.tar.gz | tar -xzf - \
4546
curl -L https://github.com/phacility/libphutil/archive/${LIBPHUTIL_COMMIT}.tar.gz | tar -xzf - \

0 commit comments

Comments
 (0)