Skip to content

Commit

Permalink
try to fix mission-portal github ci problems
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Nov 15, 2023
1 parent a5cdc20 commit 2fda571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile-cfengine-build-package
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
RUN apt-get update -y && apt-get install -y systemd wget sudo
ADD "${NTECH_ROOT}/buildscripts/ci/setup.sh" /
ADD setup.sh /
RUN /bin/bash -c '/setup.sh 2>&1 > setup.log'
CMD [ "/lib/systemd/systemd" ]

0 comments on commit 2fda571

Please sign in to comment.