Skip to content

Commit 1ae2ae2

Browse files
committed
Ubuntu Dockerfile Syntax Error
Changed incorrect filepath for sysadmin-sim-config.sh to root home folder.
1 parent ec3c8b4 commit 1ae2ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/ubuntu/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN chmod +x /tmp/setup-openssh.sh && /tmp/setup-openssh.sh && rm /tmp/setup-ope
4040
# Setup SysAdmin Simulator Configuration script
4141
# Copy the configuration script to the container
4242
COPY src/scripts/sysadmin-sim-config.sh /root/sysadmin-sim-config.sh
43-
RUN chmod +x /root/scripts/sysadmin-sim-config.sh
43+
RUN chmod +x /root/sysadmin-sim-config.sh
4444

4545
# Set up Entrypoint
4646
COPY docker/setup/entrypoint.sh /usr/local/bin/entrypoint.sh

0 commit comments

Comments
 (0)