Skip to content
Snippets Groups Projects
Commit 2c58c782 authored by Marcel Bajdel's avatar Marcel Bajdel :rocket:
Browse files

Merge branch 'pre_release_v1.1.0' into 'main'

Pre release v1.1.0

See merge request hzb/epics/base/ubuntu_22_04!12
parents b051a6b4 51cb4f98
No related branches found
No related tags found
1 merge request!12Pre release v1.1.0
Pipeline #390157 passed
......@@ -42,6 +42,8 @@ RUN apt-get clean \
RUN mkdir /opt/src \
&& mkdir /opt/epics \
&& mkdir /opt/epics/base
## setting the timezone
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# Clone the conf files into the docker container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment